Skip to content
This repository was archived by the owner on May 11, 2026. It is now read-only.

v1.1.0

Choose a tag to compare

@trotzig trotzig released this 29 May 07:20

This minor release adds support for a new targets option for the happoScreenshot function. Use this to limit which browser targets Happo takes screenshots for:

cy.get('button').happoScreenshot({ component: 'Button', targets: ['chrome-small'] })

The target names must match the target keys in your .happo.js config file.