How to run CI selenium side runner tests on Jenkins How to run CI selenium side runner tests on Jenkins jenkins jenkins

How to run CI selenium side runner tests on Jenkins


You can generate a Junit test report file and then use the Jenkins Junit plugin after your tests execution.

selenium-side-runner --output-directory=results --output-format=junit# Outputs results in `junit` frormat in `./results/projectName.xml'

Check the official documentation for more details.