0

I am using cypress 10.11.0 and used "barrel" spec to run multiple imported specs and works fine for me. Is there a way to run the specs in parallel way to get the results at the earlier. Or is there a way to run all specs at the same time but, with different test data linked with specs. Ex: I have specs with US, UK, FR test data in the testData file and it runs sequentially. Can I run all specs at the time for different markets like US, UK, FR like that. Note: I want to run parallel in local and not in Jenkins or any other CI

James Z
  • 12,209
  • 10
  • 24
  • 44
  • Why are you putting the same text twice to your questions? You did it for this, and your previous question too. Please stop that. – James Z Jan 20 '23 at 16:54
  • Please provide enough code so others can better understand or reproduce the problem. – Community Jan 23 '23 at 08:55
  • Sure. I will not add the question twice going forward. I am using following command to run my specs in parallel but, I saw its running like a normal spec and run one after another. "npx cypress run --spec cypress/e2e/firstButton/offerEligible.cy.js,cypress/e2e/firstButton/offerNotEligible.cy.js cy:parallel" – loga nathan Jan 24 '23 at 09:07

0 Answers0