This repository was archived by the owner on May 11, 2026. It is now read-only.
v1.1.0
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.