Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 773 Bytes

README.md

File metadata and controls

33 lines (24 loc) · 773 Bytes

cypress-api-testing

Prerequisites

Ensure you have the following installed on your local machine:

Crypress setup

To install crypress using node.js, execute below command in project directory

npm install 

Test execution

To open cypress test runner

npm run test

To run cypress test in headless mode

npm run test:headless

To run cypress test runner with debug mode

npm run test:debug