Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 529 Bytes

File metadata and controls

30 lines (19 loc) · 529 Bytes

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