These instructions will get you a copy of the project up and running on your local machine.
Please have the following installed.
1. Git
2. Node
4. NPM
From the root directory, type -
npm install
From the root directory, type one of the following -
- Launches interactive GUI:
npm run cypress:open
- Runs test headless:
npm run cypress:run