From yellow-browser-test
Generate a test report from the most recent results. Use when user says "generate report", "show test results", "create test report", or wants to view or share the results of a previous test run.
How this command is triggered — by the user, by Claude, or both
Slash command
/yellow-browser-test:reportbrowser-test/This command is limited to the following tools:
The summary Claude sees in its command listing — used to decide when to auto-load this command
# Generate Test Report Create a formatted markdown report from the most recent browser test results. ## Workflow ### Step 1: Find Results Check for `test-reports/results.json`. If not found: "No test results found. Run `/browser-test:test` or `/browser-test:explore` first." ### Step 2: Generate Report Spawn the `test-reporter` agent: ### Step 3: Display Summary Show the report file path and a brief summary of results. ## Error Handling | Error | Action | | ------------------------- | -----...
Create a formatted markdown report from the most recent browser test results.
Check for test-reports/results.json.
If not found: "No test results found. Run /browser-test:test or
/browser-test:explore first."
Spawn the test-reporter agent:
Task(test-reporter): "Generate report from test-reports/results.json. Write markdown report and offer GitHub issue creation for failures."
Show the report file path and a brief summary of results.
| Error | Action |
|---|---|
| No results.json found | "No test results. Run /browser-test:test or /browser-test:explore first" |
| results.json is malformed | "Results file is corrupted. Re-run tests with /browser-test:test" |
| gh CLI not available | "Install gh CLI for issue creation: https://cli.github.com/" |
npx claudepluginhub kinginyellows/yellow-plugins --plugin yellow-browser-test/gen-reportAggregates test results across frameworks, computes coverage metrics and trends, and generates reports with summaries, failures, and exports in HTML, PDF, or JSON.
/generate-reportGenerates detailed load test performance report from recent results, with latency/throughput metrics, error breakdowns, slowest endpoints, trends, SLA comparisons, and recommendations. Saves as timestamped Markdown.
/test-browserRuns end-to-end browser tests on pages affected by a PR or branch, catching JS bugs, CSS regressions, and console errors using agent-browser CLI.
/reportGenerates reports on task execution, progress, and metrics including executive summaries, sprint burndowns, standups, performance analysis, and dependencies.
/reportGenerates reports on task execution, progress, and metrics including executive summaries, sprint burndowns, standups, performance analysis, and dependencies.
/reportGenerates a submission-ready bug bounty report in HackerOne, Bugcrowd, Intigriti, or Immunefi format with CVSS 3.1 score, proof of concept, impact statement, and remediation.