/investigate-qa-cypress-assessment

Investigate QA technical assessment: testing APIs using Cypress

Primary LanguageTypeScript

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.