Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 522 Bytes

File metadata and controls

31 lines (18 loc) · 522 Bytes

Automate API test using cypress

Automate API test using cypress

Prerequisites

Recomended NodeJS version: v13.10.1

Usage

Decompacts the project.

Open the terminal and locate the project folder.

In the terminal (cmd) enter the following commands:

npm install
npx cypress run

Results

When execute the command "npx cypress run", all tests are run and the HTML and JSon reports are automatically generated.

You can check the report in the project folder:

mochawesome-report