Commit fcf3756
committed
feat: add cy.env(), allowCypressEnv, and deprecate Cypress.env()
Split up Deprecations + features in changelog
Split up other features1 parent 0573474 commit fcf3756
File tree
289 files changed
+1544
-485
lines changed- cli
- types
- npm
- grep
- vite-dev-server
- webpack-dev-server
- packages
- app
- cypress/e2e/runner/support
- config
- src
- project
- test
- __snapshots__
- project
- data-context
- schemas
- src/sources
- driver
- cypress
- e2e/e2e
- origin/commands
- fixtures
- src
- cross-origin
- cypress
- cy
- commands
- origin
- errors
- src
- test
- __snapshots__
- launchpad
- server/lib
- privileged-commands
- system-tests
- __snapshots__
- project-fixtures/react
- src
- projects
- allow-cypress-env
- cypress/e2e
- angular-18
- angular-19
- angular-20
- angular-21
- angular-cli-configured
- angular-custom-config
- angular-custom-root
- angular-signals
- before-all-after-all-throws
- browser-extensions
- busted-support-file
- chrome-browser-preferences
- cloud-debug-filter
- coffee-react-interop
- component-testing-outdated-dependencies
- component-tests
- config-cjs-and-esm
- config-node-next
- config-with-js-module
- config-with-js-tsconfig-es2015
- config-with-js-tsconfig-es5
- config-with-module-resolution-bundler
- config-with-ts-extends
- config-with-ts-module-and-esbuild
- config-with-ts-module-component
- config-with-ts-module-no-tsconfig
- config-with-ts-module
- config-with-ts-tsconfig-es5
- config-defaultBrowser
- config-screenshot-on-failure-enabled
- config-update-in-setup-node-events-clone
- config-update-in-setup-node-events
- config-with-base-url-warning
- config-with-crashing-plugin
- config-with-import-error
- config-with-invalid-browser
- config-with-invalid-viewport
- config-with-js
- config-with-short-timeout
- config-with-ts
- cookies
- cy-press-second-spec-error
- cypress-in-cypress
- cypress-stop
- default-layout
- detect-flake-and-pass-on-threshold
- detect-flake-but-always-fail-stop-any-passed
- detect-flake-but-always-fail
- dev-server-invalid
- downloads
- dts-files-only
- e2e
- cypress/e2e
- testConfigOverrides
- empty-folders
- experimental-retries
- experimental-studio
- experimentalPromptCommand
- experimentalSingleTabRunMode
- failures
- fixture-subfolder-of-integration
- folder-same-as-fixture
- hooks-after-rerun
- ids
- integration-outside-project-root/project-root
- invalid-env-file
- issue-8111-iframe-input
- issue-8280-retain-video
- justInTimeCompile
- vite
- webpack
- kill-child-process
- launchpad
- max-listeners
- migration-v12-to-v13
- missing-vite-config
- missing-webpack-config
- module-api
- test
- env
- cypress/e2e
- failing
- invalid
- successful
- multiple-support-files
- multiple-task-registrations
- next-14-tsconfig-tailwind
- next-15-tsconfig-tailwind
- next-16-tsconfig-tailwind
- nextjs-configured
- no-scaffolding
- no-server
- no-specs-babel-conflict
- no-specs-custom-pattern
- no-specs-vue
- no-specs
- no-support-file
- no-tsconfig-ts-js-mix
- node-builtins
- non-existent-spec
- non-proxied
- odd-directory-name
- outdated-deps-vue-vite
- plugin-after-screenshot
- plugin-before-browser-launch-deprecation
- plugin-browser
- plugin-code-coverage
- plugin-config-version
- plugin-config
- cypress/e2e
- plugin-empty
- plugin-extension
- plugin-filter-browsers
- plugin-invalid-event-handler-error
- plugin-no-function-return
- plugin-returns-bad-config
- plugin-returns-empty-browsers-list
- plugin-returns-invalid-browser
- plugin-run-events
- plugin-validation-error
- plugins-absolute-path
- plugins-async-error
- plugins-function-sync-error
- plugins-root-async-error
- plugins-root-sync-error
- privileged-commands
- project-with-(glob)-[chars]
- protocol
- react-vite-ts-configured
- read-only-project-root
- record
- remote-debugging-disconnect
- remote-debugging-port-removed
- results
- retries-2
- run-all-specs
- runner-e2e-specs
- same-fixtures-integration-folders
- screen-size
- screenshots
- selectFile
- selector-playground
- session-and-origin-e2e-specs
- cypress/e2e/session
- shadow-dom-global-inclusion
- simple with spaces
- simple-ct
- sourcemaps/cypress/e2e
- spec-name-special-characters
- spec-watcher
- studio-no-source-maps
- studio
- svelte-vite-configured
- svelte-webpack-configured
- system-node
- cypress/e2e
- tailwind-vite
- task-not-registered
- todos
- ts-installed
- ts-proj-5
- ts-proj-custom-names
- ts-proj-esmoduleinterop-true
- ts-proj-ts-files-only
- ts-proj-tsconfig-in-cypress
- ts-proj-tsconfig-in-plugins
- ts-proj-with-module-esnext
- ts-proj-with-paths
- ts-proj
- uncaught-support-file
- unify-plugin-errors
- various-file-types
- vite-ct-function-api
- vite-ct-object-api
- vite-simple
- vue3-vite-ts-configured
- vue3-vite-ts-custom-index-html
- vue3-webpack-ts-configured
- vue3
- webpack-dev-server-relative
- webpack-dev-server-ts
- webpack-dev-server
- webpack-preprocessor-ts-loader-compiler-options
- webpack-preprocessor-ts-loader
- webpack-preprocessor-webpack-5
- webpack-preprocessor
- webpack-react-nested-config/cypress
- working-preprocessor
- yarn-v3.1.1-pnp
- yarn-v4.3.1-pnp-dep-resolution
- test
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
289 files changed
+1544
-485
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | | - | |
| 2 | + | |
3 | 3 | | |
4 | 4 | | |
5 | 5 | | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
6 | 15 | | |
7 | 16 | | |
8 | 17 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
512 | 512 | | |
513 | 513 | | |
514 | 514 | | |
| 515 | + | |
515 | 516 | | |
516 | 517 | | |
517 | 518 | | |
| |||
521 | 522 | | |
522 | 523 | | |
523 | 524 | | |
| 525 | + | |
524 | 526 | | |
525 | 527 | | |
526 | 528 | | |
| |||
529 | 531 | | |
530 | 532 | | |
531 | 533 | | |
| 534 | + | |
532 | 535 | | |
533 | 536 | | |
534 | 537 | | |
535 | 538 | | |
536 | 539 | | |
537 | 540 | | |
538 | 541 | | |
| 542 | + | |
539 | 543 | | |
540 | 544 | | |
541 | 545 | | |
| |||
2191 | 2195 | | |
2192 | 2196 | | |
2193 | 2197 | | |
| 2198 | + | |
| 2199 | + | |
| 2200 | + | |
| 2201 | + | |
| 2202 | + | |
| 2203 | + | |
| 2204 | + | |
| 2205 | + | |
| 2206 | + | |
| 2207 | + | |
| 2208 | + | |
| 2209 | + | |
| 2210 | + | |
| 2211 | + | |
| 2212 | + | |
| 2213 | + | |
| 2214 | + | |
| 2215 | + | |
| 2216 | + | |
2194 | 2217 | | |
2195 | 2218 | | |
2196 | 2219 | | |
| |||
2934 | 2957 | | |
2935 | 2958 | | |
2936 | 2959 | | |
| 2960 | + | |
| 2961 | + | |
| 2962 | + | |
| 2963 | + | |
| 2964 | + | |
| 2965 | + | |
| 2966 | + | |
| 2967 | + | |
| 2968 | + | |
| 2969 | + | |
| 2970 | + | |
| 2971 | + | |
2937 | 2972 | | |
2938 | 2973 | | |
2939 | 2974 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| 11 | + | |
11 | 12 | | |
12 | 13 | | |
13 | 14 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
3 | 4 | | |
4 | 5 | | |
5 | 6 | | |
| |||
16 | 17 | | |
17 | 18 | | |
18 | 19 | | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
19 | 27 | | |
20 | 28 | | |
21 | 29 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
| 2 | + | |
2 | 3 | | |
3 | 4 | | |
4 | 5 | | |
| |||
14 | 15 | | |
15 | 16 | | |
16 | 17 | | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
17 | 24 | | |
18 | 25 | | |
19 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | 3 | | |
| 4 | + | |
4 | 5 | | |
5 | 6 | | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
6 | 12 | | |
7 | 13 | | |
8 | 14 | | |
| |||
47 | 53 | | |
48 | 54 | | |
49 | 55 | | |
| 56 | + | |
| 57 | + | |
50 | 58 | | |
51 | 59 | | |
52 | 60 | | |
53 | 61 | | |
54 | 62 | | |
| 63 | + | |
| 64 | + | |
55 | 65 | | |
56 | 66 | | |
57 | 67 | | |
| |||
Lines changed: 10 additions & 9 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
175 | 175 | | |
176 | 176 | | |
177 | 177 | | |
178 | | - | |
179 | | - | |
180 | | - | |
181 | | - | |
182 | | - | |
| 178 | + | |
| 179 | + | |
| 180 | + | |
| 181 | + | |
| 182 | + | |
| 183 | + | |
| 184 | + | |
| 185 | + | |
183 | 186 | | |
184 | | - | |
185 | | - | |
186 | | - | |
187 | | - | |
| 187 | + | |
| 188 | + | |
188 | 189 | | |
189 | 190 | | |
190 | 191 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
70 | 70 | | |
71 | 71 | | |
72 | 72 | | |
73 | | - | |
74 | | - | |
| 73 | + | |
| 74 | + | |
75 | 75 | | |
76 | 76 | | |
77 | 77 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
28 | 28 | | |
29 | 29 | | |
30 | 30 | | |
| 31 | + | |
31 | 32 | | |
32 | 33 | | |
33 | 34 | | |
| |||
91 | 92 | | |
92 | 93 | | |
93 | 94 | | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
| 98 | + | |
94 | 99 | | |
95 | 100 | | |
96 | 101 | | |
| |||
177 | 182 | | |
178 | 183 | | |
179 | 184 | | |
| 185 | + | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
180 | 191 | | |
181 | 192 | | |
182 | 193 | | |
| |||
643 | 654 | | |
644 | 655 | | |
645 | 656 | | |
| 657 | + | |
| 658 | + | |
| 659 | + | |
| 660 | + | |
| 661 | + | |
| 662 | + | |
| 663 | + | |
646 | 664 | | |
647 | 665 | | |
648 | 666 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
413 | 413 | | |
414 | 414 | | |
415 | 415 | | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
416 | 424 | | |
417 | 425 | | |
418 | 426 | | |
| |||
0 commit comments