Favicon of playwright-test-results

playwright-test-results Skill

AI Agent SkillBrowser AutomationTypeScriptOpen source

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.

Decision snapshot

Is this a fit?

Best for

Browser automation, Testing, Database workflows, Includes SKILL.md

Works with

Compatibility not yet detected.

Access

Permission behavior not yet detected.

Setup

Copy skill directory

Project health

1 month ago · Apache-2.0 license

Considerations

No specific cautions were detected. Review the source and requested permissions before installing.

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.

Trust signal
95/100
Maintenance signal
90/100
Adoption signal
100/100

Automated repository signals based on public metadata such as recency, license, installation evidence, and adoption. These are not a security audit or endorsement. See how SkillIndex evaluates profiles.

Key capabilities

  • Includes SKILL.md support
  • Reusable instructions support
  • Browser automation
  • Testing
  • Database workflows
  • Browser automation use cases
  • Testing use cases

Declared skill metadata

  • Source file: .claude/skills/playwright-test-results/SKILL.md

These fields retain source and confidence evidence from the indexed SKILL.md.

Compatibility and setup

Copy skill directory
  • 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

TypeScriptCopy skill directory

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

Verified compatibility and discovery

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.

Share:

Stars
93,682
Forks
6,178
Last commit
1 month ago
Last verified
Jul 30, 2026
Metadata fetched
Jul 30, 2026
Repository age
7 years
License
Apache-2.0

Project health auto-fetched from the source repository.

Maintain this resource?

Review this source-backed profile, send a correction with evidence, or link to it from your documentation. Claims verify your relationship to the project; profile facts still require source evidence and editorial review.

Alternatives to playwright-test-results