This repository contains an example test case implemented in Cypress, for the whitelabel service of Qover.
- Node.js 12 and above installed (LTS recommended)
- This repository cloned or downloaded to your computer
- Run
npm install
to download all dependencies
- Open terminal in the root of the repository folder
- Run
npm test
to open the Cypress test runner, then click on any*.spec.ts
file - Run
npm run cy:run:chrome
ornpm run cy:run:firefox
to run all tests in a headless mode of a given browser
- When using the test runner, test results are displayed in a browser window
- When using the headless mode, test results are displayed in the terminal. In case of one or more test failures, you can also see Screenshots and Videos in their respective folders that will be created during the test run