feat: error when updating a 9.X value in 10.X in the pluginsFile (#20521)

This commit is contained in:
Barthélémy Ledoux
2022-03-24 12:52:51 -04:00
committed by GitHub
parent a5a9d2ec16
commit 1de1aa5ccc
32 changed files with 359 additions and 252 deletions
-6
View File
@@ -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"