Skip to content

v1.2.0

Compare
Choose a tag to compare
@trotzig trotzig released this 30 May 21:38

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 that HAPPO_NONCE is set to the same value as for the individual runs.