I am writing automation test scripts using Protractor and now I need to set up the CI for this using Jenkins.
Tasks it needs to perform are:
- Starting the selenium standalone server.
- Starting the test using the conf.js file.
- Stopping the selenium standalone server.
Can anyone help in this regard?