Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/touhid-96/api-automation-using-cypress


https://github.com/touhid-96/api-automation-using-cypress

Last synced: 4 days ago
JSON representation

Awesome Lists containing this project

README

        

# API Automation Using Cypress

## Collection
https://documenter.getpostman.com/view/32159205/2sAY4vhi4K

## Scenario
1. Do Login by admin
2. Create a user
3. Search the user
4. Update the user emain and phone number
5. Delete the user

## Technology and Tool Used
- VS Code
- JavaScript
- NodeJS
- Cypress
- Cypress Mochawesome Reporter

## Prerequisite
- VS Code
- NodeJS

## How to run this project
- Clone the project
- Install Cypress in project directory : `npm install cypress`
- Run the project : `npx cypress run`

## Mochawesome Report
![cypress-api-automation-report](https://github.com/user-attachments/assets/196a76c1-67e2-40a7-a3bb-0fa205f0e16c)