Changelog

New updates and improvements to Argos.

Compare non-image files

Compare non-image files in Argos

Argos can now compare more than screenshots. Upload text-based artifacts with the CLI and Argos will match them to baselines, surface changes in builds, and let reviewers inspect diffs alongside visual snapshots.

Use it for API snapshots, generated HTML, Markdown files, CSS output, JavaScript bundles, XML documents, YAML files, JSON fixtures, and plain text files.

  • Text artifact diffs: Review changes to JSON, YAML, XML, HTML, Markdown, CSS, JavaScript, and plain text directly in Argos.
  • Same baseline workflow: Stable paths let Argos compare each file against its baseline on future builds, just like screenshots.
  • CLI upload support: Pass one or more -f / --files globs to argos upload, and include screenshot globs when you want mixed image and text comparisons.

Non-image comparisons are supported through the CLI today.

Learn more in the non-image comparisons documentation.