design-qa-capture
v0.1.0
Published
Local authenticated browser capture runner for Design QA comparisons.
Readme
design-qa-capture
Local authenticated browser capture runner for Design QA comparisons.
Usage
npx design-qa-capture@latest capture <capture-token>The command opens a browser window, lets you sign in or navigate to the exact screen to review, captures the page, and uploads the screenshot plus DOM element metadata back to Design QA.
Options
npx design-qa-capture@latest capture <capture-token> --api https://app.quality.dev
npx design-qa-capture@latest capture <capture-token> --settle 5000--api: Design QA app origin. Defaults toDESIGN_QA_API, thenQUALITY_API, thenhttps://app.quality.dev.--settle: Extra wait time in milliseconds before capture. Defaults to3500.
Sessions are stored under ~/.design-qa/<host>.json so repeat captures can reuse login state.
