This repository contains automation scripts developed in Cypress to meet the challenge of end-to-end (E2E) and API testing. Using the Cypress framework and JavaScript language, develop 3 automated E2E test scenarios for the frontend and 3 automated test scenarios for the API of the application indicated below. Frontend: https://front.serverest.dev/ Swagger API: https://serverest.dev/
-Front End Tests Scenarios: ( https://front.serverest.dev/)
-Valid Sign Up
-Valid Login
-Logout
-Api Tests Scenarios:(Swagger API: https://serverest.dev/)
-Valid Sign Up
-Valid Login
-List Products available
-VS Code
-Node.JS
-npm
-Cypress
After clone the repository to your local, open terminal and type:
npm install
npm mochawesome
To Run all test, type in the terminal:
"npx cypress run "