Practice api test automation with 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 test
npm run report
npm run smoke-tests
npm run test-get
npm run test-post
npm run test-put
npm run test-patch
npm run test-delete