debug-cucumber-html-report

star 705

Debug or inspect the Cucumber HTML reporter output in the playwright-bdd project. Use when: investigating DOM structure changes in the Cucumber HTML reporter, updating test selectors or POMs after reporter upgrades, verifying what attachments/hooks/steps look like in the generated HTML report.

vitalets By vitalets schedule Updated 4/3/2026

name: debug-cucumber-html-report description: "Debug or inspect the Cucumber HTML reporter output in the playwright-bdd project. Use when: investigating DOM structure changes in the Cucumber HTML reporter, updating test selectors or POMs after reporter upgrades, verifying what attachments/hooks/steps look like in the generated HTML report." metadata: internal: true

Debug Cucumber HTML Report

When to Use

  • Inspecting the Cucumber HTML report DOM structure after a reporter version upgrade
  • Updating test selectors in check-report
  • Verifying how steps, hooks, attachments, screenshots, traces appear in the report

Opening the Report

Always use playwright-cli with the PLAYWRIGHT_MCP_ALLOW_UNRESTRICTED_FILE_ACCESS environment variable to open local report files. Do NOT use Playwright MCP (@playwright/mcp).

Run playwright-cli --help to see the full list of available commands (open, snapshot, eval, click, goto, etc.).

Install via CLI
npx skills add https://github.com/vitalets/playwright-bdd --skill debug-cucumber-html-report
Repository Details
star Stars 705
call_split Forks 84
navigation Branch main
article Path SKILL.md
More from Creator