Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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
```