Argos is now SOC 2 Type II certified ๐
Another step forward in making visual testing secure and reliable.
Audit by Prescient Security.
Thanks to everyone who helped make this happen!
Visual review, from the terminal:
argos build get 1234
argos build snapshots 1234 --needs-review
argos review create 1234 --event approve
Anything a human can do in the UI, an agent can do too. Same permissions, same audit trail.
Committing screenshots to your repo means:
โ repo size that only grows
โ binary diffs nobody can review
โ "update snapshots" commits nobody audits
โ baselines that only match one machine's fonts
Baselines are build artifacts. Store them like build artifacts.
How it looks in practice: the agent opens the PR and the demo recording is already in the comments. A reviewer pins a spot, the agent reads the coordinates from the CLI, fixes, resolves.
Following along on Product Hunt today: producthunt.com/posts/media-shโฆ
Visual testing isn't only for pixels.
Your API response shape, generated Markdown, and rendered email HTML all regress silently too.
argos upload ./out --files '**/*.json'
Same baseline workflow. No image involved.