Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add support for logCustomEvent command #1262

Merged
merged 2 commits into from
Nov 6, 2019

Conversation

jlipps
Copy link
Member

@jlipps jlipps commented Nov 4, 2019

Depends on appium/appium-base-driver#364

(I couldn't get tests to run due to some Class Not Found error that seems unrelated.)

@jlipps
Copy link
Member Author

jlipps commented Nov 6, 2019

The Azure failure is a timeout of some kind and it seems to have existed since before this PR; not sure what to do about that.


public final List<CommandEvent> commands;
public final List<TimedEvent> events;
public final String jsonData;
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

should it be string or JSONObject?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

string, because its only purpose is to write out to disk.

@SrinivasanTarget SrinivasanTarget merged commit fcf8581 into master Nov 6, 2019
@SrinivasanTarget SrinivasanTarget deleted the jlipps-custom-log branch November 6, 2019 19:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants