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

v1.0.0

Choose a tag to compare

@trotzig trotzig released this 26 May 20:00

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 run

or if you're using yarn:

yarn happo-cypress -- cypress run