Skip to content

Commit c220f40

Browse files
authored
fix: add locales for experimentalSingleTabRunMode (#23375)
1 parent 4a58868 commit c220f40

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

packages/frontend-shared/src/locales/en-US.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -466,6 +466,10 @@
466466
"name": "Modify Obstructive Third Party Code",
467467
"description": "Applies `modifyObstructiveCode` to third party `.html` and `.js`, removes subresource integrity, and modifies the user agent in Electron."
468468
},
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+
},
469473
"experimentalSourceRewriting": {
470474
"name": "Source Rewriting",
471475
"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

Comments
 (0)