Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/argos-ci/argos-javascript
Official Argos SDKs for JavaScript
https://github.com/argos-ci/argos-javascript
sdk testing testing-tools visual-testing
Last synced: 16 days ago
JSON representation
Official Argos SDKs for JavaScript
- Host: GitHub
- URL: https://github.com/argos-ci/argos-javascript
- Owner: argos-ci
- License: mit
- Created: 2019-10-05T09:26:42.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-10-14T20:14:32.000Z (28 days ago)
- Last Synced: 2024-10-20T01:21:56.475Z (23 days ago)
- Topics: sdk, testing, testing-tools, visual-testing
- Language: TypeScript
- Homepage: https://docs.argos-ci.com
- Size: 13.3 MB
- Stars: 8
- Watchers: 6
- Forks: 8
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
_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
- [Official SDK Docs](https://argos-ci.com/docs)
- [Discord](https://argos-ci.com/discord)## 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`](https://github.com/argos-ci/argos-javascript/tree/main/packages/cli): interact with and upload screenshots to [argos-ci.com](https://argos-ci.com) via command line
- [`@argos-ci/core`](https://github.com/argos-ci/argos-javascript/tree/main/packages/core): SDK for Node.js, the base to create other integrations