Cypress
Testing
About
Cypress is a JavaScript end-to-end testing tool that runs directly inside the browser alongside the code being tested.
- Executes tests in the same run loop as the app
- Time-travels through snapshots of each test step
- Auto-retries assertions until elements are ready
- Records videos of every test run for debugging
- Category:
- Testing
- Platform:
- Code