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

Fix Genymotion launch script (Genymotion 2.10 and higher) #4

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

timoa
Copy link

@timoa timoa commented Nov 28, 2017

When I started to use the appium-tests project, I found that the Genymotion emulators launched, but the install of the app was never triggered.

The script was waiting for "Connected" on the last line of the logs, but it does not happen now with the latest Genymotion versions.

Only "Device booted in X ms" can be track and not open the last line because Genymotion emulators log more things after it has booted.

The help_run.js script doesn't detect when Genymotion is launched at the moment.

I have updated the call of fs.createReadStream because it doesn't work with node 6.x and higher + changed the regex to support the new Genymotion log format.
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.

None yet

1 participant