juan-belmonte / investigate-qa-cypress-assessment

Investigate QA technical assessment: testing APIs using Cypress

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Investigate QA technical assessment: testing APIs using Cypress


Languages

Language:TypeScript 57.9%Language:JavaScript 23.9%Language:Gherkin 18.3%