Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 529 Bytes

File metadata and controls

31 lines (18 loc) · 529 Bytes

Investigate - QA Cypress API testing assessment

The tests are writen using Cypress. It's recommended you learn their documentation.

Getting started running the tests

Pre-requists

Then install the dependencies:

npm install

To run the tests in a headless mode:

npm run test

To run the tests in Cypress runner:

npm run open

Configuration

All configuration settings are defined inside the env block in cypress.json.