https://cypress.io logo
Team what's the best practice the situation is m...
# best-practices
i
Team what's the best practice the situation is my test suite (Describe) 10 test cases (Its) and among this 10 test cases i am calling 10 API's which will perform some operation on DB now for instance if 7th Test case fails due to some reasons and if i need to retest it after some time i need to either skip all the test cases (its hard to do this in case of using pipelines and automated setup of testing) which are passed earlier or reset the DB so is there any other way or best practice to do this please suggest