Skip to content

pajdekPL/playwright-api-clients-and-zod

Repository files navigation

Playwright API testing with ZOD

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.

Requirements

  • installed node v22 and npm. I recommend using NVM to manage node versions.

Clone this repo and execute:

npm install
cp env.template .env

About

Playwright - api testing with zod as a schema validator

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published