File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -436,9 +436,9 @@ highlighted to show where the value has been set via the following ways:
436
436
- Default value
437
437
- [ Cypress configuration file] ( /guides/references/configuration )
438
438
- The
439
- [ Cypress environment file] ( /guides/guides/environment-variables#Option-2-cypress-env-json )
439
+ [ Cypress environment file] ( /guides/guides/environment-variables#Option-2-cypressenvjson )
440
440
- System
441
- [ environment variables] ( /guides/guides/environment-variables#Option-3-CYPRESS )
441
+ [ environment variables] ( /guides/guides/environment-variables#Option-3-CYPRESS_ )
442
442
- [ Command Line arguments] ( /guides/guides/command-line )
443
443
- [ setupNodeEvents] ( #setupNodeEvents )
444
444
Original file line number Diff line number Diff line change @@ -452,9 +452,9 @@ value has been set via the following ways:
452
452
- Default value
453
453
- The [ configuration file] ( /guides/references/configuration )
454
454
- The
455
- [ Cypress environment file] ( /guides/guides/environment-variables#Option-2-cypress-env-json )
455
+ [ Cypress environment file] ( /guides/guides/environment-variables#Option-2-cypressenvjson )
456
456
- System
457
- [ environment variables] ( /guides/guides/environment-variables#Option-3-CYPRESS )
457
+ [ environment variables] ( /guides/guides/environment-variables#Option-3-CYPRESS_ )
458
458
- [ Command Line arguments] ( /guides/guides/command-line )
459
459
- [ Plugins file] ( /api/plugins/configuration-api )
460
460
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ You can [check out the API docs here](/api/plugins/writing-a-plugin).
33
33
With plugins, you can programmatically alter the resolved configuration and
34
34
environment variables that come from the
35
35
[ Cypress configuration file] ( /guides/references/configuration ) ,
36
- [ ` cypress.env.json ` ] ( /guides/guides/environment-variables#Option-2-cypress-env-json ) ,
36
+ [ ` cypress.env.json ` ] ( /guides/guides/environment-variables#Option-2-cypressenvjson ) ,
37
37
the [ command line] ( /guides/guides/command-line ) , or system environment
38
38
variables.
39
39
You can’t perform that action at this time.
0 commit comments