is it possible to prevent next test being executed if the current one has failed? #29376
Unanswered
andresrvr02cr
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
-
I've been amazed with the migration from other frameworks testing to this, but I found myself in many circumstances where I want to execute conditional testing.
The main reason for use conditional testing on my case is to reduce the time execution, for instance If the next test is to create data within a folder doesn't make sense to execute it if the previous one has failed. It will throws a fail status within 30 seconds or more.
Also, there are more tests to be executed, I don't want to stop the entire test run but I'm referring to a certain of tests to stop execution like this case.
I appreciate any response, thank you
Beta Was this translation helpful? Give feedback.
All reactions