New:Socket for Asana Is Now Available.Learn more
Sign In

@snapvisor/core

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@snapvisor/core

Node.js SDK for visual testing with Snapvisor.

latest
Source
npmnpm
Version
7.0.0
Version published
Maintainers
1
Created
Source

Argos

The open source visual testing platform for AI-native engineering teams.

Argos Node.js SDK

Node.js SDK for visual testing with Argos. It powers the Argos CLI and the higher-level integrations (Playwright, Cypress, …), and can be used directly to upload screenshots from Node.js.

npm version npm dm npm dt

Visit the Node.js SDK documentation for guides, the API reference, and more.

Installation

npm install @snapvisor/core

Usage

Upload a directory of screenshots to Argos and create a build:

import { upload } from "@snapvisor/core";

const { build } = await upload({
  // Directory containing the screenshots.
  root: "./screenshots",
  // Globs matching the screenshots to upload.
  files: ["**/*.png"],
  // Defaults to the ARGOS_TOKEN environment variable.
  token: process.env.ARGOS_TOKEN,
});

console.log(`Build created: ${build.url}`);

Keywords

sdk

FAQs

Package last updated on 24 Jul 2026

Related posts