
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/playwright
Advanced tools
The open source visual testing platform for AI-native engineering teams.
Capture stable Argos screenshots from your Playwright tests, and report failure screenshots and traces to Argos.
Visit the Playwright SDK documentation for guides, the API reference, and more.
npm install --save-dev @snapvisor/playwright
Set up the Argos reporter in your Playwright config:
// playwright.config.ts
import { defineConfig } from "@playwright/test";
import { createArgosReporterOptions } from "@snapvisor/playwright/reporter";
export default defineConfig({
// ... other configuration
reporter: [
// Use "dot" reporter on CI, "list" otherwise (Playwright default).
process.env.CI ? ["dot"] : ["list"],
// Add the Argos reporter.
[
"@snapvisor/playwright/reporter",
// Upload the screenshots to Argos only on CI.
createArgosReporterOptions({ uploadToArgos: !!process.env.CI }),
],
],
});
Then capture stable screenshots with argosScreenshot in your tests:
// tests/example.spec.ts
import { test } from "@playwright/test";
import { argosScreenshot } from "@snapvisor/playwright";
test("screenshot homepage", async ({ page }) => {
await page.goto("http://localhost:3000");
await argosScreenshot(page, "homepage");
});
FAQs
Playwright SDK for visual testing with Snapvisor.
The npm package @snapvisor/playwright receives a total of 19 weekly downloads. As such, @snapvisor/playwright popularity was classified as not popular.
We found that @snapvisor/playwright 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.