This repository was archived by the owner on May 11, 2026. It is now read-only.
v1.2.0
This minor release adds support for running parallel Cypress builds. To have Happo create a combined report for all parallel test runs, do the following:
- Use a
HAPPO_NONCEenvironment variable across all runs. This variable will tie everything together. - Call
npx happo-cypress finalizeafter all parallel runs have finished. Make sure thatHAPPO_NONCEis set to the same value as for the individual runs.