https://cypress.io logo
Depending on your ci, you create multiple jobs or ...
# cypress-cloud
m
Depending on your ci, you create multiple jobs or stages and you will create custom npm scripts like
Copy code
"test:feature_group1": cypress run --specPattern cypress/e2e/**/*group1.cy.ts
"test:feature_group2": cypress run --specPattern cypress/e2e/**/*group2.cy.ts
And in your 1 stage you will just call npm run test:feature_group1 and in the other stage you call group2