The repo already has @web/test-runner-playwright in devDependencies, but a dedicated Playwright config targeting the examples server doesn't exist yet.
This ticket covers wiring up playwright.config.ts to point at the local wet-run examples server, establishing the test directory structure, and adding a test:examples npm script.
The repo already has
@web/test-runner-playwrightin devDependencies, but a dedicated Playwright config targeting the examples server doesn't exist yet.This ticket covers wiring up
playwright.config.tsto point at the local wet-run examples server, establishing the test directory structure, and adding atest:examplesnpm script.