Skip to content

Vedbhanushali/API-testing

Repository files navigation

Playwright project

api-testing-demo.mp4

Testing backend project API's

Testing for below backend

  • https:://hotels-zboe.onrender.com/
  • custom domain - https:://hotel-api.vedbhanushali.site

How to run test

  • Run all tests

    npx playwright test
  • Run single test

    npx playwright test tests/auth.spec.ts

View result

npx playwright show-report