The tests are writen using Cypress. It's recommended you learn their documentation.
Then install the dependencies:
npm install
To run the tests in a headless mode:
npm run test
To run the tests in Cypress runner:
npm run open
All configuration settings are defined inside the env
block in cypress.json
.