Argos is a visual testing solution that fits in your workflow to avoid visual regression. Takes screenshots on each commit and be notified if something changes.
Official Argos SDKs for JavaScript
All Argos JavaScript SDK packages are centralized in that mono-repo, usually available on @argos-ci/
namespace. It provides a convenient interface and improves consistency between various JavaScript environments.
Links
Supported environments
For each major JavaScript platform, there is a specific high-level SDK that provides all the tools you need in a single package. Please refer to the README and instructions of those SDKs for more detailed information:
@argos-ci/cli
: interact with and upload screenshots to argos-ci.com via command line@argos-ci/core
: SDK for Node.js, the base to create other integrations