You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test_workers: {
enabled: true, // run tests in parallel (Jenkins server has 4 cores)
workers: "auto", // specify number of parallel threads; default is 'auto'
},
but execution is not working in Nightwatch v3. It runs perfectly in Nightwatch v2.
Steps to reproduce
Go to '...'
Click on '...'
Scroll down to '...'
See error
Sample test
Command to run
Verbose Output
Nightwatch Configuration
Nightwatch.js Version
3.9.0
Node Version
No response
Browser
No response
Operating System
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered:
NODE_ENV: qa
ENVIRONMENT: firefox_selenium_parallel
COMPUTERNAME: PTI-48315
Starting Selenium Server [selenium-server-standalone-3.141.59.jar] on port 5555...
Launching up to 2 concurrent test worker processes...
Running: firefox_selenium_parallel: tests\newyork_tests.js
Running: firefox_selenium_parallel: tests\colorado_tests.js
Starting Selenium Server [selenium-server-standalone-3.141.59.jar] on port 5555...
Starting Selenium Server [selenium-server-standalone-3.141.59.jar] on port 5555...
That's it. No other output and the tests never run.
Issue resolved. I was running on Oracle JDK version 8 and it seems Nightwatch v3 does not play nicely with that version of Java. I replaced my Oracle JDK with the latest Adoptium version and now parallel test execution in Nightwatch v3 is working as expected.
Description of the bug/issue
I have Nightwatch config like so ...
but execution is not working in Nightwatch v3. It runs perfectly in Nightwatch v2.
Steps to reproduce
Sample test
Command to run
Verbose Output
Nightwatch Configuration
Nightwatch.js Version
3.9.0
Node Version
No response
Browser
No response
Operating System
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: