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

Possibility to run genymotion ONLY on CI host #18

Open
suzukieng opened this issue Jan 4, 2017 · 1 comment
Open

Possibility to run genymotion ONLY on CI host #18

suzukieng opened this issue Jan 4, 2017 · 1 comment
Labels

Comments

@suzukieng
Copy link

I am using Genymotion on a CI host using the Gradle plugin to run instrumentation tests. This is working well.

However, when I'm developing on my workstation, I'd like to use a real device instead of genymotion, also from a license perspective. I want Genymotion to be restricted to the CI host.

When I try to run instrumentation tests on my workstation, the build will fail because genymotion is not installed:

FAILURE: Build failed with an exception.

* What went wrong:
A problem occurred configuring project ':service'.
> Failed to notify project evaluation listener.
   > gmtool command not found. You have to specify the Genymotion path with the genymotion.config.genymotionPath parameter. Current value: /Applications/Genymotion.app/Contents/MacOS/

Is there a way to configure the Gradle plugin to only be active based on the host that is running the build, or maybe an environment variable?

@eyal-lezmy
Copy link
Contributor

Hi @suzukieng (and sorry for the delay),

This is definitely a bug and there is already a PR for it: #20

Unfortunately I don't have the time right now to make it going further very soon.

@eyal-lezmy eyal-lezmy added the bug label Apr 7, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants