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

Nightwatch --env var to multi browser do not run #247

Closed
mestihudson opened this issue Feb 26, 2019 · 5 comments
Closed

Nightwatch --env var to multi browser do not run #247

mestihudson opened this issue Feb 26, 2019 · 5 comments

Comments

@mestihudson
Copy link

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

@spnraju
Copy link
Collaborator

spnraju commented Feb 26, 2019

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 spnraju closed this as completed Feb 26, 2019
@VinceBarresi
Copy link

@spnraju This is unfortunate. Is the alternative method you could recommend to accomplish this using nightwatch-api and cucumberjs?

@spnraju
Copy link
Collaborator

spnraju commented Mar 14, 2019

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.

@gkushang
Copy link

@spnraju do you have any updates on running Multi Browsers in parallel?

@spnraju
Copy link
Collaborator

spnraju commented Apr 21, 2019

@gkushang Unfortunately, we dont see a way of running the tests in parallel in multiple browsers.

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

No branches or pull requests

4 participants