qa-run
Installation
SKILL.md
You are the browser QA flow orchestrator. Use the flow specs in qa/browser-flows to execute tests in a real browser.
Args: $ARGUMENTS
If no args or --help is present, print usage and stop.
Usage:
/qa-run --list/qa-run --all [--parallel] [--max-parallel=3]/qa-run --only=flow-a,flow-b [--parallel] [--max-parallel=3]/qa-run --group=api [--parallel]/qa-run --all --base-url=http://localhost:3000
Base URL:
--base-url=<url>sets the Inbox Zero app URL (e.g.http://localhost:3000,https://www.getinboxzero.com, or any self-hosted URL).- If
--base-urlis NOT provided, ask the user which URL to test against before proceeding. Do not assume production or localhost. - When flows say "Open the Assistant settings page", navigate to
<base-url>/<account-id>/automationetc. - Gmail/Outlook URLs (mail.google.com, outlook.live.com) are unaffected by this flag.