0

I am trying to run several nightwatch tests in parallel on sauce labs via test workers. When the tests are run only the assertions from the first file are run and the rest say 0 assertions failed, 0 passed. The first file runs all of its assertions.

compsci45000
  • 379
  • 1
  • 5
  • 17
  • I suppose that doesn’t happen locally, is that right? – appplemac Jul 16 '15 at 15:30
  • the only way i have been running tests is on saucelabs so not sure, but whenever i run them only 1 of the 4 files that are running actually runs the test. The rest test 0 assertions and just end right away. – compsci45000 Jul 16 '15 at 15:35
  • actually when i run them locally with gulp nightwatch the same thing happens. All 4 browsers open but they all close immediately except 1 which runs all the tests normally. – compsci45000 Jul 16 '15 at 15:44
  • I am not sure if this is the reference, but please have a look at [this github issue](https://github.com/nightwatchjs/nightwatch/issues/99) – Max Jul 24 '15 at 14:46

0 Answers0