Practice api test automation with   on Restful-booker
  on Restful-booker
Note
- Restful-booker is a public REST API that you can use to learn more about API Testing or try out API testing tools against. Restful-booker is a Create Read Update Delete Web API that comes with authentication features and loaded with a bunch of bugs for you to explore.
API testing using:
- Playwright https://playwright.dev/
- TypeScript https://www.typescriptlang.org/
This tests are purely for Playwright features practice.
You need to have Node.js installed on your machine.
npm run testnpm run reportnpm run smoke-testsnpm run test-getnpm run test-postnpm run test-putnpm run test-patchnpm run test-delete