Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vedbhanushali/api-testing
API testing for hotel backend project
https://github.com/vedbhanushali/api-testing
api apitesting backend backend-testing playwright-typescript testing
Last synced: 10 days ago
JSON representation
API testing for hotel backend project
- Host: GitHub
- URL: https://github.com/vedbhanushali/api-testing
- Owner: Vedbhanushali
- Created: 2024-03-13T17:20:52.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-11-04T10:18:03.000Z (about 2 months ago)
- Last Synced: 2024-11-06T02:44:25.951Z (about 2 months ago)
- Topics: api, apitesting, backend, backend-testing, playwright-typescript, testing
- Language: TypeScript
- Homepage: https://hotels-zboe.onrender.com
- Size: 4.64 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Playwright project
https://github.com/user-attachments/assets/41ac65f4-8514-4e92-a556-eaa4c36af84d
Testing [backend project API's](https://github.com/Vedbhanushali/hotel-backend-nodejs)
## Testing for below backend
- https:://hotels-zboe.onrender.com/
- custom domain - https:://hotel-api.vedbhanushali.site## How to run test
- Run all tests
```cmd
npx playwright test
```- Run single test
```cmd
npx playwright test tests/auth.spec.ts
```## View result
```
npx playwright show-report
```