playwright-test-results Skill
Query Playwright CI test results from the aggregated DuckDB database. Answers questions about flaky tests, failure rates, slow tests, and per-run/SHA/PR results without hunting through GitHub artifacts. Published by microsoft in playwright.
What is playwright-test-results Skill?
Query Playwright CI test results from the aggregated DuckDB database. Answers questions about flaky tests, failure rates, slow tests, and per-run/SHA/PR results without hunting through GitHub artifacts. Published by microsoft in playwright. This profile combines repository metadata with install, compatibility, and usage signals so developers can quickly decide whether it fits their agent workflow before opening the source repository.
Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement.
Key capabilities
- Includes SKILL.md support
- Reusable instructions support
- Browser automation
- Testing
- Database workflows
- Browser automation use cases
- Testing use cases
Technical details
- Install or run with Copy skill directory
When to use playwright-test-results Skill
- Use it for browser automation.
- Use it for testing.
- Use it for database workflows.
Built with
Editorial notes
Source
- Creator: microsoft
- Repository: microsoft/playwright
- Skill file: .claude/skills/playwright-test-results/SKILL.md
What it does
Query Playwright CI test results from the aggregated DuckDB database. Answers questions about flaky tests, failure rates, slow tests, and per-run/SHA/PR results without hunting through GitHub artifacts.
Skill instructions
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: bash npm ci first time only, from the repo root GITHUBTOKEN=$(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: bash GITHUBTOKEN=$(gh auth token) node utils/test-results-db/cli.ts update --lookback-days 3 Query it through the bundled @duckdb/node-api binding — no separate DuckDB install needed, it ships in nodemodules after npm ci: bash node --input-type=module -e ' import { DuckDBInstance } from "@duckdb/node-api"; const conn = await (await DuckDBInstance.create("utils/test-results-db/test-results.duckdb")).connect(); console.table((await conn.runAndReadAll(process.argv[1])).getRowObjectsJson()); ' "SELECT count() FROM testresults" Integer col
Explore related resources
Frequently asked questions
What is playwright-test-results?
playwright-test-results is a open-source AI agent skill with Copy skill directory. Query Playwright CI test results from the aggregated DuckDB database. Answers questions about flaky tests, failure rates, slow tests, and per-run/SHA/PR results without hunting through GitHub.
Who is playwright-test-results best for?
playwright-test-results is best for reusing agent instructions, scripts, and references, browser automation workflows, testing workflows, database workflows.
How do I install playwright-test-results?
Install or run playwright-test-results using Copy skill directory. Check playwright-test-results for the latest setup command.
Is playwright-test-results actively maintained?
playwright-test-results may need a closer maintenance check before production use.
Auto-fetched from GitHub.