report

Generate test reports from test run results in Markdown, Slack, and TestRail.

Updated Apr 2, 2026
One-click install
npx skills add https://github.com/4lerman/text_evaluator --skill report-4lerman
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: report
Source: https://github.com/4lerman/text_evaluator/tree/main/.agents/skills/engineering-skills/playwright-pro/skills/report
Command: npx skills add https://github.com/4lerman/text_evaluator --skill report-4lerman

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill requires playwright, and includes scripts (resource) and references (resource) components.

What problem does it solve?

This Skill automates the generation of test reports, simplifying the process of reviewing test results and providing insights into the test status.

Core Features & Use Cases

  • Automated Test Reporting: Generates test reports based on the results of test runs.
  • Customizable Output: Offers various output formats like Markdown, Slack messages, and TestRail integration.
  • Use Case: After running a set of tests, use this Skill to automatically generate a comprehensive report that includes pass/fail counts, error details, and a summary of the test results.

Quick Start

Run the 'report' skill to generate a test report for the latest test run.

Frequently Asked Questions about report

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

FAQPage Schema
How do I automate test report generation from Playwright test results?

You can generate test reports by running the report skill after executing your Playwright tests. It automatically compiles pass/fail counts, error details, and test status summaries from the latest run results.

What output formats are supported for automated test reporting?

Automated test reporting supports Markdown, Slack messages, and TestRail integration outputs. These formats allow you to easily share test analysis results across different platforms and testing environments.

Do I need Playwright to generate test analysis reports?

Playwright is required as a dependency for test execution and report generation. You must run your automated tests using this framework first to produce the run results needed for test analysis and reporting.

Can I integrate automated test reporting with Slack and TestRail?

Automated test reporting supports direct integration with Slack for message delivery and TestRail for test management. This allows you to automatically push test analysis summaries and error details to your preferred platforms.

What is the best way to review test status and error details after a test run?

The best way to review test status is to automate test report generation immediately after your test run. This produces a comprehensive report containing pass/fail counts, error details, and a summary of the overall results.