This repository was archived by the owner on May 11, 2026. It is now read-only.
v1.12.0
This minor release changes the behavior when using cypress open or cypress run without the happo-cypress wrapper. Before, Happo screenshots would always be constructed as long as a .happo.js file with an apiKey and apiSecret was found. With this release, you have to explicitly enable Happo, in one of two ways:
- Use the
happo-cypresswrapper (this behavior didn't change). https://docs.happo.io/docs/cypress#usage-with-cypress-run - Set a
HAPPO_ENABLED=trueenvironment variable (this is the new behavior). https://docs.happo.io/docs/cypress#usage-with-cypress-open
Strictly speaking, this release should have been a major version bump. Releasing as a minor will help ensure that more people get the new behavior, as the old one was confusing and could lead to quota/cost issues down the road.