(NOTE: Work In Progress)
- UI testing
- API testing
- Assertions
- Custom Commands
- Before/BeforeEach, After/AfterEach Hooks
- Setting up Fixtures
- Running tests in headless mode
- Reporters
- Custom Scripts
- Cross-browser testing
Npm install
npx cypress open
apiTests.cy.js
loginConduit.cy.js
- (UI, Hooks, Commands) For End-to-end functionality, broken down into 4 smaller tests, run the following file:
functionalityTests.cy.js