github-action icon indicating copy to clipboard operation
github-action copied to clipboard

Cypress-io plugin does not split up the test cases to run in parallel when using custom test command that uses CYPRESS_INCLUDE_TAGS

Open sarathk-blink opened this issue 2 years ago • 0 comments

Cypress-io plugin does not split up the test cases to run in parallel when using custom test command that uses CYPRESS_INCLUDE_TAGS.

When I pass the spec folder, I can see that the tests ar being split. But when use command that's specified in package.json with specific set of tags across the project, the plug in does not split the tests across the parallel threads, instead runs all the tests in all the threads.

sarathk-blink avatar Aug 30 '22 19:08 sarathk-blink