npm.io
4.11.1 • Published 6d ago

@wopee-io/wopee.cy

Licence
PROPRIETARY
Version
4.11.1
Deps
4
Size
16 kB
Vulns
0
Weekly
31

Wopee.io Visual Testing for Cypress

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

npm version license

Installation

npm install @wopee-io/wopee.cy

Quick Start

  1. Add your Wopee API key to cypress.env.json:
{
  "WOPEE_API_URL": "https://api.cmd.wopee.io",
  "WOPEE_API_KEY": "your-api-key",
  "WOPEE_PROJECT_UUID": "your-project-uuid"
}
  1. Import the plugin in cypress/support/e2e.ts:
import '@wopee-io/wopee.cy';
  1. Use visual assertions in your tests:
it('should look correct', () => {
  cy.visit('/');
  cy.wopeeTrack('homepage');
});

Features

  • Visual regression testing — pixel-level screenshot comparison for Cypress
  • AI-powered baseline maintenance — automatically adapts to intentional UI changes
  • Simple integration — drop-in plugin, works with your existing Cypress tests
  • CI/CD ready — runs in any CI pipeline alongside your Cypress tests

Resources


Set up in minutes, accurate results instantly.

cmd.Wopee.io

Keywords