mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-03 13:30:26 -05:00
feat: error when updating a 9.X value in 10.X in the pluginsFile (#20521)
This commit is contained in:
committed by
GitHub
parent
a5a9d2ec16
commit
1de1aa5ccc
Vendored
-6
@@ -2697,12 +2697,6 @@ declare namespace Cypress {
|
||||
* @default "cypress/fixtures"
|
||||
*/
|
||||
fixturesFolder: string | false
|
||||
/**
|
||||
* Path to folder containing integration test files
|
||||
* @default "cypress/integration"
|
||||
* @deprecated
|
||||
*/
|
||||
integrationFolder: string
|
||||
/**
|
||||
* Path to folder where files downloaded during a test are saved
|
||||
* @default "cypress/downloads"
|
||||
|
||||
Reference in New Issue
Block a user