I have configured Jenkins with cypress, opened it up on my local machine using localhost:8080.And I have also integrated my Jenkins with my GitHub. The problem I am facing I want to run my testcases in parallel. I have added --parallel flag at the end of my script, but my testcases are not executing in parallel, do I have to make one more node in Jenkins for it, if so how ?
My script in package.json file
[![Jenkins Parallel script][1]][1] [1]: https://i.stack.imgur.com/GkWiy.png
[![Integrated script in Jenkins][2]][2] [2]: https://i.stack.imgur.com/bCYFe.png
[![Build script from here][3]][3] [3]: https://i.stack.imgur.com/pRvu7.png
But after building this does not make my spec files run in parallel