You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: packages/frontend-shared/src/locales/en-US.json
+4Lines changed: 4 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -466,6 +466,10 @@
466
466
"name": "Modify Obstructive Third Party Code",
467
467
"description": "Applies `modifyObstructiveCode` to third party `.html` and `.js`, removes subresource integrity, and modifies the user agent in Electron."
468
468
},
469
+
"experimentalSingleTabRunMode": {
470
+
"name": "Single Tab Run Mode",
471
+
"description": "Runs all component specs in a single tab, trading spec isolation for faster run mode execution."
472
+
},
469
473
"experimentalSourceRewriting": {
470
474
"name": "Source Rewriting",
471
475
"description": "Enables AST-based JS/HTML rewriting. This may fix issues caused by the existing regex-based JS/HTML replacement algorithm. See [#5273](https://github.com/cypress-io/cypress/issues/5273) for details."
0 commit comments