cypress-io / cypress

Fast, easy and reliable testing for anything that runs in a browser.
https://cypress.io
MIT License
46.66k stars 3.16k forks source link

Cypress CLI dry run option #24230

Open rcasperson-jc opened 1 year ago

rcasperson-jc commented 1 year ago

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.

WellingtonBraga commented 4 months ago

Hi, do we have any news on this one?

wviana commented 1 month ago

Yes, I got into this because I wanted to list all tests for a a tag.