Open d3vc44r opened 2 years ago
This would be a great feature and I'd really like to see it.
I don't think implementation would be too difficult, we do something similar for the Cypress Studio feature.
I will raise this internally as a feature request! The main challenges I see:
it.only
it.only
? I'd say so
What would you like?
Make it possible to execute only specified test cases of a test file in cypress ui.
Why is this needed?
During development it would be nice to execute only specified test cases of a testfile in cypress ui. At the moment this can only be achieved if .only is used inside of a testfile which is not straightforward in comparision to backend unit tests. With this tiny change development experience could be improved.
Other
No response