I would like to be able to see which tests Cypress will run based on tagging/spec without actually running them.
Why is this needed?
I want this because there are cases where I need different setup based on which test cases will be run. This is also especially relevant for parallelizing test runs in CI. I may need to know all of the tests that will be run, so they can be split up for parallelization.
What would you like?
I would like to be able to see which tests Cypress will run based on tagging/spec without actually running them.
Why is this needed?
I want this because there are cases where I need different setup based on which test cases will be run. This is also especially relevant for parallelizing test runs in CI. I may need to know all of the tests that will be run, so they can be split up for parallelization.