Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 days 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 (3 months ago)
- Default Branch: main
- Last Pushed: 2024-11-11T07:19:53.000Z (2 months ago)
- Last Synced: 2024-11-11T08:24:12.299Z (2 months ago)
- Topics: api-automation, api-testing, playwright, typescript
- Language: TypeScript
- Homepage:
- Size: 35.2 KB
- Stars: 0
- 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/
This project contains UI and API tests. The goal is to have UI tests that use API calls as well as having separate API tests.
After forking, execute the following command:
```bash
npm install
```To run the tests, execute the following command:
```bash
npx playwright test
```