Code samples and demo helpers for Playwright across all four bindings — Node, Java, Python, and .NET.
| Directory | What's in it |
|---|---|
vrt/ |
Visual regression helpers — pixel-diff + baseline management for every binding |
screencast-dashboard/ |
Live-streaming dashboard for parallel Playwright tests (relay + React UI + demo specs) |
Every sample targets all four official Playwright bindings where the API is available. Where a feature is built into one binding but not others (e.g., toHaveScreenshot() in Node), the equivalent is built from primitives and the gap is documented.