Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 548 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 548 Bytes

Cypress End to End Framework Showcase

This is an end-to-end test automation framework created using Cypress with Mochawesome reports capable of CI/CD execution with Github actions for both Rest API and UI. The api tests are stored under the 'e2e/api-tests' folder and the ui tests under 'e2e/ui-tests' folder. Test data is stored in the 'fixtures' folder.

To run -

  1. Clone the repository
  2. Install the dependencies via 'npm install'
  3. Run the test scripts via 'npx cypress run' or check the scripts in the 'package.json' for more options.