What problem does it solve?
Headless Playwright replay for local web apps — scaffold a Playwright e2e suite whose logged-in identity comes from a vd:browser-profile storageState export, run it in CI, and parse Playwright/Vitest/JUnit results into one verdict. Use when the user says "set up playwright", "headless e2e", "run e2e in CI", "replay the logged-in session headless", "analyze test results", or wants the vd:web-e2e flows runnable without a headed browser.
Core Features & Use Cases
- Replays authenticated sessions headlessly using a stored identity to enable unattended runs.
- Parses Playwright, Vitest, and JUnit results into a single verdict suitable for CI outcomes.
- Supports CI integration and local development workflows with storageState-driven testing.
Quick Start
Export your identity with a vd:browser-profile storageState and run the Playwright tests headlessly to generate the unified verdict.