Skip to content

Commit

Permalink
docs(storybook): deprecate cypress spec generation option (#19633)
Browse files Browse the repository at this point in the history
  • Loading branch information
mandarini authored Oct 16, 2023
1 parent 01847b1 commit 72e2a3b
Show file tree
Hide file tree
Showing 4 changed files with 24 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
},
"configureCypress": {
"type": "boolean",
"description": "Specifies whether to configure Cypress or not."
"description": "Specifies whether to configure Cypress or not.",
"x-deprecated": "Use interactionTests instead. This option will be removed in v18."
},
"generateStories": {
"type": "boolean",
Expand All @@ -39,7 +40,8 @@
},
"generateCypressSpecs": {
"type": "boolean",
"description": "Specifies whether to automatically generate test files in the generated Cypress e2e app."
"description": "Specifies whether to automatically generate test files in the generated Cypress e2e app.",
"x-deprecated": "Use interactionTests instead. This option will be removed in v18."
},
"configureStaticServe": {
"type": "boolean",
Expand All @@ -50,7 +52,8 @@
},
"cypressDirectory": {
"type": "string",
"description": "A directory where the Cypress project will be placed. Placed at the root by default."
"description": "A directory where the Cypress project will be placed. Placed at the root by default.",
"x-deprecated": "Use interactionTests instead. This option will be removed in v18."
},
"linter": {
"description": "The tool to use for running lint checks.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
},
"configureCypress": {
"type": "boolean",
"description": "Run the cypress-configure generator."
"description": "Run the cypress-configure generator.",
"x-deprecated": "Use interactionTests instead. This option will be removed in v18."
},
"generateStories": {
"type": "boolean",
Expand All @@ -39,7 +40,8 @@
},
"generateCypressSpecs": {
"type": "boolean",
"description": "Automatically generate test files in the Cypress E2E app generated by the `cypress-configure` generator."
"description": "Automatically generate test files in the Cypress E2E app generated by the `cypress-configure` generator.",
"x-deprecated": "Use interactionTests instead. This option will be removed in v18."
},
"configureStaticServe": {
"type": "boolean",
Expand All @@ -50,7 +52,8 @@
},
"cypressDirectory": {
"type": "string",
"description": "A directory where the Cypress project will be placed. Placed at the root by default."
"description": "A directory where the Cypress project will be placed. Placed at the root by default.",
"x-deprecated": "Use interactionTests instead. This option will be removed in v18."
},
"js": {
"type": "boolean",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
},
"configureCypress": {
"type": "boolean",
"description": "Specifies whether to configure Cypress or not."
"description": "Specifies whether to configure Cypress or not.",
"x-deprecated": "Use interactionTests instead. This option will be removed in v18."
},
"generateStories": {
"type": "boolean",
Expand All @@ -39,7 +40,8 @@
},
"generateCypressSpecs": {
"type": "boolean",
"description": "Specifies whether to automatically generate test files in the generated Cypress e2e app."
"description": "Specifies whether to automatically generate test files in the generated Cypress e2e app.",
"x-deprecated": "Use interactionTests instead. This option will be removed in v18."
},
"configureStaticServe": {
"type": "boolean",
Expand All @@ -50,7 +52,8 @@
},
"cypressDirectory": {
"type": "string",
"description": "A directory where the Cypress project will be placed. Placed at the root by default."
"description": "A directory where the Cypress project will be placed. Placed at the root by default.",
"x-deprecated": "Use interactionTests instead. This option will be removed in v18."
},
"linter": {
"description": "The tool to use for running lint checks.",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,8 @@
},
"configureCypress": {
"type": "boolean",
"description": "Run the cypress-configure generator."
"description": "Run the cypress-configure generator.",
"x-deprecated": "Use interactionTests instead. This option will be removed in v18."
},
"generateStories": {
"type": "boolean",
Expand All @@ -39,7 +40,8 @@
},
"generateCypressSpecs": {
"type": "boolean",
"description": "Automatically generate test files in the Cypress E2E app generated by the `cypress-configure` generator."
"description": "Automatically generate test files in the Cypress E2E app generated by the `cypress-configure` generator.",
"x-deprecated": "Use interactionTests instead. This option will be removed in v18."
},
"configureStaticServe": {
"type": "boolean",
Expand All @@ -50,7 +52,8 @@
},
"cypressDirectory": {
"type": "string",
"description": "A directory where the Cypress project will be placed. Placed at the root by default."
"description": "A directory where the Cypress project will be placed. Placed at the root by default.",
"x-deprecated": "Use interactionTests instead. This option will be removed in v18."
},
"js": {
"type": "boolean",
Expand Down

0 comments on commit 72e2a3b

Please sign in to comment.