Replies: 3 comments 4 replies
-
You should refrain from making tests dependent on previous steps. One failure should not equal all other tests failing. If you want to continue with your approach, you can use test retries at a describe level. |
Beta Was this translation helpful? Give feedback.
-
Yes you can but it's not sure that you archive that what you want. |
Beta Was this translation helpful? Give feedback.
-
I was also looking for this feature and found this open issue #17321 |
Beta Was this translation helpful? Give feedback.
-
Hey, im using cypress with jenkins and we have some specs that has tests with relation to other tests in the same spec. So when a single test fails, if it depends on the other test that passed before, it only retry that test so it fails anyways. Is there a way to retry the whole spec when any test fails instead of retrying only the failed test? thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions