Need to Skip test cases under a fixture If previous test of the same fixture failed #8335
Labels
STATE: Need response
An issue that requires a response or attention from the team.
TYPE: enhancement
The accepted proposal for future implementation.
What is your Scenario?
I am working with a situation where I have the following scenario/steps to Test
I have the test cases ready but I need a way to skip the Edit and Delete TCs if the Create TC fails. In other words I need to chain them together so the system understands that if Create was not successful then skip the Edit and Delete test cases (Conditional Skipping).
Is it possible with any existing process like hooks/test Context?
Is there any logic I can use to make this happen?
Thanks in Advance.
Expecting something like below
What are you suggesting?
What alternatives have you considered?
Could not find any material regarding this in testcafe documentation.
Additional context
No response
The text was updated successfully, but these errors were encountered: