Cypress is an automation tool that allows to write automated tests, making requests to the different HTTP methods and validating the responses
-
Note that you should have installed NodeJS ^18.18.0 to proceed with steps below
-
Clone the project to your local directory
-
$git clone https://github.com/jennymarin1989/api-automation-testing.git -
$cd api-automation-testing -
$npm install -
$cy:open(to run cypress in browser window) -
$cy:run(to run cypress headless in terminal)
-
NodeJS ^18.18.0
-
cypress ^13.15.0
Jenny Arenas

