decision-crafters/Intelligent Playwright Failure Bundler

Automatically halt Playwright test runs after configurable failures and bundle error details into actionable GitHub issues

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
github-tokenGitHub token with issues:write permissionsyes
report-pathPath to the Playwright JSON report filenoplaywright-report/results.json
max-failuresMaximum number of failures before halting and creating an issueno3
issue-titleTitle for the created GitHub issuenoPlaywright Test Failures Detected
issue-labelsComma-separated list of labels to apply to the issuenobug,playwright,test-failure
assigneesComma-separated list of GitHub usernames to assign to the issueno""
deduplicateWhether to check for existing open issues with the same titlenotrue
ai-analysisEnable AI-powered failure analysis using LiteLLMnotrue
export-structured-jsonExport structured JSON optimized for auto-fix tools (e.g., Dagger modules)nofalse
structured-json-pathPath for structured JSON export (for auto-fix integration)noplaywright-failures-structured.json
auto-fix-modeAuto-fix behavior: none (analysis only), issue-only (add fix to issue), branch (create fix branch), pr-draft (create draft PR)nonone
namedescription
issue-numberThe number of the created GitHub issue
issue-urlThe URL of the created GitHub issue
failures-countNumber of failures detected in the report
structured-json-pathPath to the structured JSON export (if enabled)