Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/touhid-96/api-automation-using-cypress
- Owner: touhid-96
- Created: 2024-10-31T14:09:48.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-31T14:25:18.000Z (2 months ago)
- Last Synced: 2024-11-10T18:49:24.669Z (2 months ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)