I'm having trouble running my nightwatch tests via Jenkins (hosted in the cloud). To be totally honest, I've never setup a jenkins build before so I would really appreciate it if someone can direct me the right way.
Some points:
- I have my tests running locally just fine.
- I've tried running a jenkins build by shell script command, which i use locally but get error nightwatch command cannot be found
I'm assuming I need to install nightwatch and all the dependencies on the remote server?