mysterious-belgium-25713
11/04/2022, 10:06 PM"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