Architect Practice
Three hands-on exercises using only free tools. Build a multi-environment Playwright config, schedule monitoring runs in the cloud and on your local box, and containerise your tests with Docker. Every step has copy-pasteable code and a verified output.
Multi-Project Config
Configure three Playwright projects (dev / staging / prod) in one playwright.config.ts and switch between them with --project= or an env var.
Free tool: Playwright + Node.js
02Scheduled Monitoring
Run your tests on a schedule two ways: a GitHub Actions cron workflow every 30 minutes on a public repo, and a local Newman cron/Task Scheduler job.
Free tools: GitHub Actions + Playwright, Postman CLI (Newman) + cron
03Containerise with Docker
Write a Dockerfile that runs Playwright tests in a clean container, build the image locally, and execute the test suite end to end.
Free tool: Docker Desktop (personal / small-business) + Playwright
04Agentic AI Orchestration
Design a multi-agent quality mesh for autonomous failure analysis, self-healing, and immutable auditing.
Free tool: Playwright + Agentic AI APIs