Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 698 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 698 Bytes

Readme

Description

The repository contains E2E tests written in Cypress v13.3.0. The tests are written in a PageObject model separating out the test logic with the page view and selector functions.
These tests are under cypress/e2e folder.

As part of the second section of the QA Automation tests regarding API tests. These tests are also kept under the same folder as the e2e tests.

Running the tests

Running the tests is straightforward. You should have Node installed in your system. The following command should suffice to get you done with the setup:
npm install

To open the Cypress test runner window, you can enter the command below in your terminal:
npm run e2e