This is a Mocha automation framework built using Cypress and JavaScript which uses a page object model. The project automates functional test cases on the website UI Test Automation Playground.
- JavaScript
- Cypress
- Mocha
In the root folder, run npm install
To run the tests in headless mode, run npm run test
To open UI mode, run npm run test:ui
Official Cypress documentation
Cypress Kitchen Sink
Working With Variables In Cypress Tests - using aliases
Code like this - general tips