π Cypress Features
Cypress offers several powerful features to enhance testing efficiency and debugging. Here are some of the key capabilities:
π₯οΈ Live Test Execution & Preview
- Cypress provides a real-time preview of the test execution
- While the test is running, you can visually track each action performed on the browser
π Command Log & Time Travel Debugging
- Command Log: Displays all the steps executed by Cypress
- Time Travel Debugging: Hover over any command in the log to see what the application looked like at that step
- Clicking on a command in the log allows you to inspect changes, inputs, and UI updates at any point in the test
Last updated on