Has anyone been able to run Nightwatch tests on Codeship? If so, can you point me to documentation to help me set that up?
Asked
Active
Viewed 395 times
3
-
I just went with the standard way, i.e during deployment in **second** pipeline I run my server on their virtual machine (in my case it's the npm task `npm run star`'). Then I wait around 30s to make sure server is up and running. After this pause, I run `./nightwatch.js` straight away and it works. Parallel spec runner seems to be problematic though. – Michał Rakowski Feb 24 '16 at 13:57
-
I'm currently working with Codeship support to resolve this issue as well. Our set up is app code and tests in one service linked to a separate selenium service. Please let me know if anyone has a similar set up working! – Eric Uldall Feb 25 '17 at 00:19