No, and Cypress avoids test inter-dependence. Play...
# general-chat
a
No, and Cypress avoids test inter-dependence. Playwright's serial mode (https://playwright.dev/docs/test-retries#serial-mode) would probably be considered a code smell in the Cypress world where tests are intended to be fully independent from each other. The closest thing you'd have is a setup hook like a
beforeEach
.