I'm tinkering with my config file to improve my specPattern and excludeSpecPattern. I think it does what I want but I'd like to check without running my entire test suite to check. I'm calling cypress run on the command line with different --spec flags for different suites. Is there some way to show all of the files (and ideally a count of tests) that will run without actually running them?
When I start a run, it shows the number of specs found by my patterns, but the list is truncated. I looked through the Commands docs but didn't see a relevant option.