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

v1.8.0

Choose a tag to compare

@trotzig trotzig released this 04 Sep 08:53

This minor release adds support for a --allow-failures flag to be sent to the happo-cypress command. This is useful if your Cypress test suite isn't always stable and you want to make sure that Happo reports are created no matter what the status of the Cypress run is.

Usage example:

npx happo-cypress --allow-failures -- npx cypress run

Additionally, a bug fix for 413 Entity Too Large issues stemming from duplicate css being collected is included in this release. Before, there was a chance that the same css styles would be recorded multiple times for a test run.