anicol/ScoutAI QA

Autonomous QA agent that analyzes diffs and runs intelligent tests

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
api-keyScoutAI API keyyes
base-urlBase URL of the application to test. If not provided, uses the URL configured in your ScoutAI project settings.no
modeTest mode: fast (PR checks), deep (nightly exploration), or scout-test (AI-generated unit/API tests)nofast
include-typesGlob patterns for type definition files to include (scout-test mode)no**/*.d.ts,**/types.ts,**/types/**/*.ts
include-schemasGlob patterns for schema files to include (scout-test mode)noopenapi.json,openapi.yaml,schema.graphql,prisma/schema.prisma
api-endpointScoutAI API endpointnohttps://scoutai-api.onrender.com
project-idScoutAI project ID (auto-detected from repo if not provided)no
auth-usernameUsername/email for test account authentication (overrides API config)no
auth-passwordPassword for test account authenticationno
auth-login-urlLogin page URL path (default: /login)no/login
auth-email-selectorCSS selector for email/username input field (auto-detected if not provided)no
auth-password-selectorCSS selector for password input field (auto-detected if not provided)no
auth-submit-selectorCSS selector for login submit button (auto-detected if not provided)no
auth-success-indicatorURL path or CSS selector to verify successful loginno
environmentDeployment environment: staging, production, or previewnostaging
triggerWhat triggered this run: pr, schedule, manual, deployment, webhooknopr
create-issuesCreate GitHub Issues for test failures/regressionsnofalse
skip-infra-onlySkip tests when only infrastructure/CI files changed (e.g., .github/, Dockerfile)notrue
viewportsViewports to test: desktop, mobile, or both (comma-separated)nodesktop
namedescription
run-idThe ScoutAI run ID
statusTest run status (passed, failed, error)
summaryJSON summary of test results