-
Notifications
You must be signed in to change notification settings - Fork 44
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make Cypress tests independent from each other #1272
Comments
So I now think we should not use requests to set up test contexts. As discussed with @lucapette it is better to duplicate the test code so that every test sets up the context through the UI so they are proper integration tests. |
@pascal-airy Great idea, deleting the tag after it has been created should give us the possibility to re-run the test multiple times. |
We can use https://docs.cypress.io/api/plugins/before-run-api.html#Log-the-browser-and-the-number-of-specs-that-will-be-run to set up the env before running the tests. We need to:
The text was updated successfully, but these errors were encountered: