Discover how I used ChatGPT Agent Mode to build a real Playwright test from scratch. See how it handled the browser, generated code, and what surprised me most.
Playwright
JSON Schema Validation in Postman, Cypress, and Playwright – Complete Practical Guide
Learn how to validate API responses using JSON Schema in Postman, Cypress, and Playwright. This practical guide walks you through real examples, a custom mock API, and multiple validation methods like chai, Zod, and Ajv.