-
Notifications
You must be signed in to change notification settings - Fork 63
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
Nightwatch --env var to multi browser do not run #247
Comments
Hi @mestihudson this is the expected behaviour. We will be adding some documentation about why we can not do it that way as part of #227 Thank you for brining this up. |
@spnraju This is unfortunate. Is the alternative method you could recommend to accomplish this using nightwatch-api and cucumberjs? |
Hi @VinceBarresi we are trying few things. But as of now, we dont see a way to execute in mutliple browsers. We will definitely add it to our documentation if we are able to. |
@spnraju do you have any updates on running Multi Browsers in parallel? |
@gkushang Unfortunately, we dont see a way of running the tests in parallel in multiple browsers. |
Expected Behavior
Current version of nightwatch I can submit --env firefox,chrome to run with two cited browsers.
Current Behavior
When I inform env to startWebDriver, it starts only one of two.
Steps to Reproduce (for bugs)
I has configured environment variable 'browser' (who feeds 'env' attr of settings on 'cucumber.conf.js') with the following value 'firefox,chrome' (like I has did on nightwatch parent project througth '--env firefox,chrome') but just 'firefox' has executed.
Your Environment
The text was updated successfully, but these errors were encountered: