
Research
/Security News
OpenAPI React Query Codegen Compromised in Mini Shai-Hulud npm Supply Chain Attack
Ten malicious OpenAPI React Query Codegen versions were published to npm in the Mini Shai-Hulud attack, all with valid provenance.
@snapvisor/cypress
Advanced tools
The open source visual testing platform for AI-native engineering teams.
Capture stable Argos screenshots from your Cypress tests.
Visit the Cypress SDK documentation for guides, the API reference, and more.
npm install --save-dev @snapvisor/cypress
Register the Argos task in your Cypress config:
// cypress.config.js
const { defineConfig } = require("cypress");
const { registerArgosTask } = require("@snapvisor/cypress/task");
module.exports = defineConfig({
e2e: {
setupNodeEvents(on, config) {
registerArgosTask(on, config, {
// Upload the screenshots to Argos only on CI.
uploadToArgos: !!process.env.CI,
});
return config;
},
},
});
Import the command in your support file:
// cypress/support/e2e.js
import "@snapvisor/cypress/support";
Then capture stable screenshots with cy.argosScreenshot in your tests:
// cypress/e2e/example.cy.js
describe("Homepage", () => {
it("takes a screenshot", () => {
cy.visit("http://localhost:3000");
cy.argosScreenshot("homepage");
});
});
FAQs
Cypress SDK for visual testing with Snapvisor.
The npm package @snapvisor/cypress receives a total of 4 weekly downloads. As such, @snapvisor/cypress popularity was classified as not popular.
We found that @snapvisor/cypress demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 1 open source maintainer collaborating on the project.

Research
/Security News
Ten malicious OpenAPI React Query Codegen versions were published to npm in the Mini Shai-Hulud attack, all with valid provenance.

Security News
Socket joins more than 100 technology, cybersecurity, and financial organizations calling for a global surge in cyber defense.

Product
Enterprise security teams can now detect malware, credential theft, suspicious network activity, and risky updates across Microsoft Edge extensions.