cypress-documentation
cypress-documentation copied to clipboard
Update Migration Guide
- Removing the
[experimentalSessionAndOrigin](https://docs.cypress.io/guides/references/experiments)flag - Test Isolation
- Need for
cy.visit()in every e2e test(?) - Moving from programmatic login to
cy.origin()/cy.session()