This project uses Cypress for end-to-end testing for of Section A of QA Assessment.
To run the tests locally, follow these steps:
-
Run
git clone https://github.com/codestaintin/careerzone.git
to clone the repository to your local machine -
Run
yarn install
-
Run
yarn run test
To run the tests on CI, follow these steps:
- Navigate to
https://github.com/codestaintin/careerzone/actions
to see the CI builds - Select a workflow and click the
Re-run all jobs
button to re-run CI builds
To view test reports
- Navigate to
cypress/reports/html/index.html
- Navigate to
https://github.com/codestaintin/careerzone/actions
to see the CI builds