test-report

Open and inspect Playwright HTML test reports for failure analysis.

Updated Dec 30, 2025
One-click install
npx skills add https://github.com/hotyanovicha/pw-another-one --skill test-report
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: test-report
Source: https://github.com/hotyanovicha/pw-another-one/tree/main/.claude/skills/test-report
Command: npx skills add https://github.com/hotyanovicha/pw-another-one --skill test-report

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill helps you quickly open, inspect, and interpret Playwright HTML test reports, reducing the time to identify failures and understand test outcomes.

Core Features & Use Cases

  • Open in browser: view the HTML report with all results and traces.
  • Failure analysis: summarize failed tests and common error patterns.
  • Contextual debugging: access screenshots and traces for deeper investigation.

Quick Start

Run tests to generate a report, then show it:

  • npx playwright test
  • npx playwright show-report If the report exists, you can open it directly with open playwright-report/index.html (macOS) or xdg-open playwright-report/index.html (Linux).