report

Generate Markdown and HTML test reports from Playwright results.

Updated Apr 9, 2026
One-click install
npx skills add https://github.com/Patasse97/claude-skills --skill report-patasse97
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: report
Source: https://github.com/Patasse97/claude-skills/tree/main/engineering-team/playwright-pro/skills/report
Command: npx skills add https://github.com/Patasse97/claude-skills --skill report-patasse97

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill generates comprehensive test reports from Playwright results, enabling clear, actionable visibility into test outcomes.

Core Features & Use Cases

  • Markdown & HTML Reports: Produce readable summaries for dashboards, PRs, and archival.
  • CI/CD Integrations: Push results or summaries to TestRail, Slack, or CI artifacts to streamline workflows.
  • Use Case: After a suite runs, automatically attach a report to the CI artifact and notify the team with a summary.

Quick Start

Run the reporting workflow after tests finish to generate a markdown and HTML test report.

Frequently Asked Questions about report

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I generate Playwright test reports in Markdown and HTML?

You can generate Playwright test reports in Markdown and HTML by using this Skill to read existing test results from the test-results and playwright-report directories, then running npm or yarn scripts to produce the output files.

Can I send Playwright test results to Slack and TestRail?

Yes, you can send Playwright test results to Slack and TestRail because this Skill supports CI/CD integrations that route generated summaries and outcomes directly to those platforms to streamline team notifications and QA workflows.

Do I need to run Playwright tests before generating a test report?

Yes, you need to run Playwright tests before generating a test report because this Skill relies on existing test runs and reads the output data directly from your test-results and playwright-report folders rather than executing the tests itself.

What's the best way to attach a Playwright test summary to a CI artifact?

The best way to attach a Playwright test summary to a CI artifact is to run this reporting workflow immediately after your test suite finishes, which generates the report and pushes the summary to your CI artifacts for streamlined archival and visibility.

Does this reporting tool work with existing npm and yarn scripts?

Yes, this reporting tool works with existing npm and yarn scripts because it uses them to produce and distribute the generated Markdown and HTML test reports after reading the Playwright test results from your local directories.