Some details to be embraced are:
- Fixtures
- Commands
- Recorded videos
- Pause
- Debug (Works only when Inspection window is open)
- Include & Exclude Tests (skip, only)
- Export & Import Classes
- Setting environmental variables from either Cypress.json or from command line and calling via Cypress.env command
- Mochawesome Reporter: node_modules/.bin/cypress run --reporter mochawesome --spec cypress/integration/MyTest.js
- Modify Request / Responses
- Allure (https://github.com/Shelex/cypress-allure-plugin)