Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 967 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 967 Bytes

Section A End-to-end tests

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

NB: Ensure that you have npm or yarn, and git installed on your local machine to run tests locally