API testing is a crucial part of modern software development. Ensuring that your backend services behave as expected not only improves reliability but also helps catch breaking changes early. In this article, we'll explore how to combine Playwright for API testing with Zod for schema validation.
- installed node v22 and npm. I recommend using NVM to manage node versions.
Clone this repo and execute:
npm install
cp env.template .env