scottschindler/Agentic Web App QA

Audit a web app URL with Playwright and publish a Markdown/JSON QA report.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
urlURL to audit. For Vercel preview PRs, pass github.event.deployment_status.environment_url.yes
max-pagesMaximum same-origin pages to visit.no5
max-clicks-per-pageMaximum visible non-link controls to click on each page.no8
output-dirDirectory in the caller workspace where JSON, Markdown, and screenshot artifacts are written.no.agentic-web-app-qa
install-browsersWhether to install Playwright Chromium and OS dependencies.notrue
fail-on-findingsWhether to fail the workflow when any finding is reported.nofalse
login-urlOptional login page URL.no""
usernameOptional test-account username.no""
passwordOptional test-account password.no""
username-selectorOptional CSS selector for the username field.no""
password-selectorOptional CSS selector for the password field.no""
submit-selectorOptional CSS selector for the login submit control.no""
namedescription
statuspass, warning, or fail.
findings-countNumber of findings in the audit.
pages-visitedNumber of pages visited.
clicks-testedNumber of click attempts recorded.
json-pathJSON report path in the caller workspace.
markdown-pathMarkdown report path in the caller workspace.
artifact-dirScreenshot artifact directory.