Skip to content

v27.0.0

Latest

Choose a tag to compare

@badeball badeball released this 27 Aug 07:55

Breaking changes:

  • Starting from now, users of Cypress v15.17 and above will have to use -x or --expose command line options for configuration overrides, not -e or --env as previously, fixes #1363.

    • Starting from Cypress v15.10, the env API and paradigm is deprecated. However, the new expose API didn't mature until v15.17, hence the delay.

    • This change allows users to disable allowCypressEnv in their Cypress configuration, as this library no longer uses the deprecated env API when detecting Cypress v15.17 and above.