argus_compare
Compare dev and staging environments side-by-side to identify regressions before promoting a build. Captures screenshots and runs full analysis on both, surfacing issues present in staging but not dev.
Instructions
Diffs dev vs staging environments side-by-side. Navigates both URLs, captures screenshots, and runs the full analyzer suite on each, then surfaces regressions — findings present in staging but not dev, or with changed severity. Returns { regressions: [{type, devSeverity, stagingSeverity}], screenshots, summary }. Run before promoting a build to staging to catch environment-specific bugs. Set TARGET_DEV_URL and TARGET_STAGING_URL env vars before starting the server; omit TARGET_STAGING_URL to run CSS-analysis-only mode.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||