0

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

  • Does this help? https://medium.com/geekculture/parallelizing-cypress-with-jenkins-aws-and-sorry-cypress-8241331fe50f – ycr Oct 19 '22 at 12:04

0 Answers0