How can I run multiple tests in parallel with JS/nightwatchjs?
Can I execute multiple test cases in parallel through Nightwatch ?Is it Possible? I am searching for ability of threading capability in java for parallel test case execution. Also what do you guys think about moving from Selenium to Nightwatch? You can see the thread for parallelism: nightwatchjs also take a look into parallel run Nightwatch is using the same selenium webdriver protocol but with some extra additions. Yes you can leverage the parallel mode of nightwatch js using following configuration: test_workers: { enabled: true, workers: 'auto' } To execute tests in multiple browsers, you