This repository was archived by the owner on May 11, 2026. It is now read-only.
v1.0.0
1.0.0 is here π
This release has a bug fix which ends up being a breaking change. Before this change, Happo would create one report per test file. With the changes in this release, a combined report is created for all tests. In order to do that, we had to wrap the cypress run call in a new binary exported by this library. You'll have to update your calls to cypress run, e.g.
npx happo-cypress -- cypress runor if you're using yarn:
yarn happo-cypress -- cypress run