Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Remove mention of Cypress Studio from Experimental Project Settings #20154

Merged
merged 3 commits into from
Feb 14, 2022
Merged
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions packages/config/__snapshots__/index_spec.js
Original file line number Diff line number Diff line change
@@ -31,7 +31,6 @@ exports['src/index .getDefaultValues returns list of public config keys 1'] = {
"experimentalInteractiveRunEvents": false,
"experimentalSessionSupport": false,
"experimentalSourceRewriting": false,
"experimentalStudio": false,
"fileServerFolder": "",
"fixturesFolder": "cypress/fixtures",
"excludeSpecPattern": "*.hot-update.js",
@@ -106,7 +105,6 @@ exports['src/index .getPublicConfigKeys returns list of public config keys 1'] =
"experimentalInteractiveRunEvents",
"experimentalSessionSupport",
"experimentalSourceRewriting",
"experimentalStudio",
"fileServerFolder",
"fixturesFolder",
"excludeSpecPattern",
6 changes: 0 additions & 6 deletions packages/config/lib/options.ts
Original file line number Diff line number Diff line change
@@ -176,12 +176,6 @@ const resolvedOptions: Array<ResolvedConfigOption> = [
validation: validate.isBoolean,
isExperimental: true,
canUpdateDuringTestTime: false,
}, {
name: 'experimentalStudio',
defaultValue: false,
validation: validate.isBoolean,
isExperimental: true,
canUpdateDuringTestTime: false,
}, {
name: 'fileServerFolder',
defaultValue: '',
4 changes: 0 additions & 4 deletions packages/frontend-shared/src/locales/en-US.json
Original file line number Diff line number Diff line change
@@ -390,10 +390,6 @@
"experimentalSourceRewriting": {
"name": "Source Rewriting",
"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."
},
"experimentalStudio": {
"name": "Studio",
"description": "Generate and save commands directly to your test suite by interacting with your app as an end user would. See [Cypress Studio](https://on.cypress.io/studio) for more details."
}
},
"device": {