Closed rajeevzone closed 9 years ago
Hi @rajeevzone .
I've confirmed that a parallel execution causes errors.
I'll try to fix this issue. Please wait for several days.
Hi @rajeevzone
I think this issue is due to nigtwatch v0.7.5
.
(See: https://github.com/nightwatchjs/nightwatch/issues/534)
When I updated the nightwatch to v0.7.6, and this issue no longer occurred.
Regards.
Thanks @tatsuyafw.
This does fixes the issue.
Thanks,
Good :smile:
Nightwatch 0.7.5 supports parallel execution of tests. However, on defining test_worker on nightwatch.json file, the code errors out with error: Error in plugin 'gulp-nightwatch' testAnalytics undefined:1 --test ^ testAnalytics SyntaxError: Unexpected number at Object.parse (native) at Object. (/Users/...../Documents/workspace/nike-plus-web-friends/node_modules/nike-plus-web-test-automation/node_modules/gulp-nightwatch/lib/background.js:3:25)
nightwatch.json "test_workers": { "enabled": true, "workers": "auto" }