Node.js SDK
Empower your Node.js scripts to upload screenshots with the Argos SDK, or craft your own using @argos-ci/core for seamless interaction with Argos.
Installation
npm install --save-dev @argos-ci/coreUsage
import { upload } from "@argos-ci/core";
await upload({ root: "./screenshots" });API Reference
Last updated
Was this helpful?