You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, all of our test cases are dependent on each other. If for e.g. turtles-operator.spec.ts fails, running rest of the test cases does not make sense because they will fail too. We need to refactor GH actions or Tests such that if one of the basic test case fails, the test should stop executing.
One of the ways I can think of is by using labels, assigning labels to prerequisite tests and check their status before running the remainder of test cases.
Currently, all of our test cases are dependent on each other. If for e.g. turtles-operator.spec.ts fails, running rest of the test cases does not make sense because they will fail too. We need to refactor GH actions or Tests such that if one of the basic test case fails, the test should stop executing.
One of the ways I can think of is by using labels, assigning labels to prerequisite tests and check their status before running the remainder of test cases.
There is also this https://docs.cypress.io/guides/guides/command-line#auto-cancel-after-runs.
The text was updated successfully, but these errors were encountered: