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.
npx claudepluginhub kinginyellows/yellow-plugins --plugin yellow-browser-testbrowser-test/# 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 | | ------------------------- | -----...
/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-browserRun end-to-end browser tests on pages affected by specified PR, branch, or current changes 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 formatted terminal report of AI experiments with stats, top tools, rating distribution, tags, recent activity, and latest details. Supports optional tool, tag, days, rating filters.
Share bugs, ideas, or general feedback.
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/" |