https://github.com/hananurrehman/playwrightapitest
I created this project for some PoC and R&D into API testing with Playwright (More detailed project coming soon)
https://github.com/hananurrehman/playwrightapitest
api-automation api-testing playwright typescript
Last synced: 5 months ago
JSON representation
I created this project for some PoC and R&D into API testing with Playwright (More detailed project coming soon)
- Host: GitHub
- URL: https://github.com/hananurrehman/playwrightapitest
- Owner: hananurrehman
- Created: 2024-10-12T22:40:43.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-02-14T23:16:25.000Z (5 months ago)
- Last Synced: 2025-02-15T00:23:33.612Z (5 months ago)
- Topics: api-automation, api-testing, playwright, typescript
- Language: TypeScript
- Homepage:
- Size: 36.1 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Playwright API testing Practice Project
I created this project for some PoC and R&D into API testing with Playwright:
(More detailed project coming soon)## Practice Notes App by Expand Testing
The test web app I selected is
- https://practice.expandtesting.com/notes/app/
After forking, execute the following command:
```bash
npm install
```To run the tests, execute the following command:
```bash
npx playwright test
```