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_NONCE
environment variable across all runs. This variable will tie everything together. - Call
npx happo-cypress finalize
after all parallel runs have finished. Make sure thatHAPPO_NONCE
is set to the same value as for the individual runs.