We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 815d891 commit 93784c8Copy full SHA for 93784c8
content/_changelogs/10.9.0.md
@@ -22,6 +22,11 @@ _Released 9/27/2022_
22
- Added support for advanced dev server configuration via an async function that
23
can optionally modify the dev server config. Addresses
24
[#23302](https://github.com/cypress-io/cypress/issues/23302).
25
+- Launch options returned from the
26
+ [`before:browser:launch`](/api/plugins/browser-launch-api) event can now
27
+ include an `env` key that can be used to pass environment variables to the
28
+ browser when it is launched. Addressed by
29
+ [#23624](https://github.com/cypress-io/cypress/pull/23624).
30
31
**Bugfixes:**
32
0 commit comments