We are trying to run our features with chrome + firefox + edge but we are getting different issues when we want to run with selenium or docker -selenium. We've set up a Cucumber/Nightwatch integration and I can only run tests using chrome/chromeheadless without any issues
We have been follow the example posted at packages
So here is my question if you want to run cross browser testing with Cucumber/Nightwatch integration Should it work with the latest version of packages?
We want to run locally and with docker-selenium
Expected Behavior
Runs our tests with Chrome, firefox and edge
Current Behavior
Firefox: We are having same issue when we want to run locally or with docker compose
Edge: since docker-selenium version 4 is under development I just tried locally but it is not working
Your Environment
- Version used:
- Browser Name and version: Firefox 90.0.2 and edge Version 92.0.902.55
- Operating System and version: Windows 10 - desktop
- Docker-Compose: version: "3.9"
- Link to your project:
"@cucumber/cucumber": "7.3.1",
"chromedriver": "91.0.1",
"geckodriver": "2.0.1",
"nightwatch": "1.7.7",
"nightwatch-api": "3.0.2",
"selenium-server-standalone-jar": "3.141.59",
We are trying to run our features with chrome + firefox + edge but we are getting different issues when we want to run with selenium or docker -selenium. We've set up a Cucumber/Nightwatch integration and I can only run tests using chrome/chromeheadless without any issues
We have been follow the example posted at packages
So here is my question if you want to run cross browser testing with Cucumber/Nightwatch integration Should it work with the latest version of packages?
We want to run locally and with docker-selenium
Expected Behavior
Runs our tests with Chrome, firefox and edge
Current Behavior
Firefox: We are having same issue when we want to run locally or with docker compose
Edge: since docker-selenium version 4 is under development I just tried locally but it is not working
Your Environment
"@cucumber/cucumber": "7.3.1",
"chromedriver": "91.0.1",
"geckodriver": "2.0.1",
"nightwatch": "1.7.7",
"nightwatch-api": "3.0.2",
"selenium-server-standalone-jar": "3.141.59",