Breaking changes:
-
Starting from now, users of Cypress v15.17 and above will have to use
-xor--exposecommand line options for configuration overrides, not-eor--envas 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
allowCypressEnvin their Cypress configuration, as this library no longer uses the deprecated env API when detecting Cypress v15.17 and above.
-