playwright-test-results
Installation
SKILL.md
Playwright Test Results (DuckDB)
A single DuckDB file holds recent Playwright CI test results, so you can answer questions about failures, flakiness, and slow tests with plain SQL. It is refreshed every few hours.
Get the database
Download the latest snapshot:
npm ci # first time only, from the repo root
GITHUB_TOKEN=$(gh auth token) node utils/test-results-db/cli.ts download
The snapshot may be missing the newest runs. To top it up locally, run update: