Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/nusrat-sarmin/playwright-api-testing-suite
Automated testing for RESTful APIs using Playwright, with dynamic and reusable test cases.
https://github.com/nusrat-sarmin/playwright-api-testing-suite
api-testing javascript playwright visual-studio-code
Last synced: 10 days ago
JSON representation
Automated testing for RESTful APIs using Playwright, with dynamic and reusable test cases.
- Host: GitHub
- URL: https://github.com/nusrat-sarmin/playwright-api-testing-suite
- Owner: Nusrat-Sarmin
- Created: 2025-01-25T17:35:00.000Z (10 days ago)
- Default Branch: main
- Last Pushed: 2025-01-25T17:53:45.000Z (10 days ago)
- Last Synced: 2025-01-25T18:26:33.946Z (10 days ago)
- Topics: api-testing, javascript, playwright, visual-studio-code
- Language: HTML
- Homepage: https://reqres.in/
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Playwright-API-Testing-Suite
Automated testing for RESTful APIs using Playwright, with dynamic and reusable test cases.# Prerequisite
Node.jsVisual studio code
Good internet connection
How to set up this project
Install Node.jsInstall Visual Studio code
Create folder for cypres project 4.open the folder in vs code
open vs code terminal and run the command:
```bash
npm init -y
```Install playwright
```bash
npm init playwright@latest
```
```bash
npx playwright test
```# View Report
```bash
npx playwright show-report
```# Video
https://github.com/user-attachments/assets/e3751476-e6bf-47af-88fe-b5d06f86a314