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

Can --async-polling false be set for specific test run definition in .win-md? #176

Open
jandockx opened this issue Jul 11, 2018 · 1 comment

Comments

@jandockx
Copy link

I noted that Firefox testing does not work, at least on Browserstack, using mochify --wd, after version 58 (the last that works out of the box). No amount of fiddling with selenium or gecko driver versions helped.

Finally, what did work, is calling mochify with --async-polling false.

The issue now is that, with a .min-wd that starts multiple test runs (Chrome, Mac, Win, Firefox, Edge, Safari, mobiles, …), all test runs are executed with --async-polling false.

Is there a way to set this property only for some test runs, and not for others?

@mantoni
Copy link
Owner

mantoni commented Jul 11, 2018

Interesting case. This is currently not possible. A workaround would be to have multiple webdriver config files and run mochify multiple times, specifying the file with --wd-file <file>.

If you want this feature, I'm happy to help you implement it in min-webdriver as a new config field.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants