Is there a way to skip an expect if the previous expect fails? #1170
Unanswered
silasabbott
asked this question in
Q&A
Replies: 1 comment 1 reply
-
Are they in separate tests? If so, it is a bad practice. Tests should be isolated. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have plenty of tests/expects that I know will fail, for example:
When there's a whole string of expects that fail after one does, it throws a ton of fails in the console that are hard to sort through when it's only one actual problem.
Is this bad practice, or is there a way to do this that I'm missing?
Beta Was this translation helpful? Give feedback.
All reactions