https://cypress.io logo
parallel tests
# i-need-help
l
Hi, i want to run my specs in parallell locally so i run the following command: nx e2e web-app-e2e:parallel --verbose --ci-build-id 1 &> /tmp/cy.output.1 -s "apps/web-app-e2e/src/e2e/freeUser.spec.js,apps/web-app-e2e/src/e2e/library.spec.js,apps/web-app-e2e/src/e2e/sanity.spec.js" & echo "Cypress run process started. The output is in the file /tmp/cy.output.1" parameter are passing with project.json file after running i am getting the following error: Cannot find configuration for task web-app-e2e:parallel someone can tell me why? how to solve it?
p
why would you do that? Parallel execution is helpful only inside the CI/CD to reduce server time
l
thanks alot! also in cloud i have problem - only 1 machine appears although i configured flag parallel true "parallel": { "watch":false, "devServerTarget": "web-app:serve:development", "key": "b6a9b56c-8675-4197-bc08-9a5fb10a6dfc", "baseUrl": "http://127.0.0.1:4200/read", "parallel":true, "record": true, "spec":"apps/web-app-e2e/**.spec.js", "video": false },