Is there a way to easily rerun select tests from the cli report? #32692
Unanswered
tuxayo
asked this question in
Questions and Help
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
The report looks like this:
I want to rerun the tests that failed so i tried:
cypress run --spec "barbar/bar.ts,foofoo/foo.ts"but the tests are in a subdirectory and are not found. Even if without argument cypress find all tests. (should that be a ticket?)So I have to prefix each test with the patch from the project's root. Which makes much harder to simply run all test, looks at the failure and rerun only the failure. (Like after changing something in the env to check if there failures from that)
Is there a simpler way to selectively rerun tests from the report? If some syntax would allow to use the short paths, then I could just double click on a test name, paste it, and repeat the process.
Or some other convenient way with a different workflow.
Cypress: 12.17.4
Beta Was this translation helpful? Give feedback.
All reactions