Argos Node.js SDK
Upload screenshots to argos-ci.com from a Node.js script or create a Argos SDK using @argos-ci/core
.
The SDK is available as a npm package and open sourced on GitHub.
Installation
npm install --save-dev @argos-ci/core
Usage
To upload screenshots stored in a screenshots
folder, use argos upload
command:
import { upload } from "@argos-ci/core";
await upload({ root: "./screenshots" });
API Reference
API Reference is available on SDK reference documentation.