@wopee-io/wopee.pw
v4.23.1
Published
Playwright visual testing plugin by Wopee.io — catch visual regressions with AI-powered autonomous test maintenance
Readme
Wopee.io Visual Testing for Playwright
Catch visual regressions in your Playwright tests with AI-powered autonomous test maintenance by Wopee.io.
Installation
npm install @wopee-io/wopee.pwQuick 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
Links
- Documentation — setup guides and API reference
- Wopee.io Platform — manage baselines, review results
- Wopee.io Website — learn more about visual testing
