Description
Situation
The Module API is documented on https://docs.cypress.io/app/references/module-api
https://github.com/cypress-io/cypress-documentation/blob/main/docs/app/run-tests/module-api.mdx#options lists
with History including
| Version |
Changes |
| 15.10.0 |
Added expose configuration option. |
The change to restricting env for use with only secret environment variables is not documented in the history section.
Background
Specify environment variables
to
Specify secret environment variables
Request
Please document and clarify the re-purposing of env between Cypress 15.10.0 and Cypress 16.
Presumably the change with Cypress 15.10.0 was the documentation-only deprecation of its use for non-secret environment variables.
Removal would have come with Cypress 16.0.0.
I'm just going by deduction here, so I would appreciate confirmation and documentation for reference from the cypress-io/github-action repo.
Description
Situation
The Module API is documented on https://docs.cypress.io/app/references/module-api
https://github.com/cypress-io/cypress-documentation/blob/main/docs/app/run-tests/module-api.mdx#options lists
envexposewith History including
exposeconfiguration option.The change to restricting
envfor use with only secret environment variables is not documented in the history section.Background
envfromSpecify environment variables
to
Specify secret environment variables
Request
Please document and clarify the re-purposing of
envbetween Cypress 15.10.0 and Cypress 16.Presumably the change with Cypress 15.10.0 was the documentation-only deprecation of its use for non-secret environment variables.
Removal would have come with Cypress 16.0.0.
I'm just going by deduction here, so I would appreciate confirmation and documentation for reference from the cypress-io/github-action repo.