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.
Programming
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.
Getting Started with Faker.js in Cypress
Learn how to use Faker.js with Cypress to generate dynamic test data in end-to-end tests, including localization and practical automation examples.