npm.io
4.24.0 • Published 6d ago

@wopee-io/wopee.pw

Licence
PROPRIETARY
Version
4.24.0
Deps
6
Size
5.1 MB
Vulns
0
Weekly
1.2K

Wopee.io Visual Testing for Playwright

Catch visual regressions in your Playwright tests with AI-powered autonomous test maintenance by Wopee.io.

npm version license

Installation

npm install @wopee-io/wopee.pw

Quick Start

import { test } from '@playwright/test';
import { Wopee } from '@wopee-io/wopee.pw';

const wopee = new Wopee();

test.beforeAll(async () => {
  await wopee.startSuite('My Suite');
});

test('visual check', async ({ page }) => {
  await page.goto('https://example.com');
  await wopee.trackFullPage({ page, stepName: 'Homepage' });
});

Features

  • Visual regression testing — pixel-level and AI-powered comparison
  • Autonomous test maintenance — AI automatically updates baselines when intended changes are detected
  • Playwright integration — works with your existing Playwright test suite
  • Full page and element screenshots — flexible capture options
  • CI/CD ready — integrates into any pipeline

Keywords