(NOTE: Work In Progress)
- UI testing
- API testing
- Assertions
- Page Object Models (POMs)
- Custom Commands
- Before/BeforeEach, After/AfterEach Hooks
- Setting up Fixtures
- Running tests in headless mode
- Reporters (Mochawesome Reports)
- Custom Scripts
- Cross-browser testing
npm install
npx cypress run
npx cypress open
apiTests.cy.js
loginTests.cy.js
errorsTests.cy.js
functionalityTests.cy.js