- Write E2E tests to mimic user's actions
- Set the initial state before each test
+++
- Spy / stub API calls and application code
+++
- Anything you can do from DevTools console, you can do from your Cypress tests
+++
Thank you for learning E2E testing with Cypress.io