mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-08 07:50:24 -05:00
69873ae988
BREAKING CHANGE: removed experimentalSessionAndOrigin flag. testIsolation defaults to strict
18 lines
378 B
JSON
18 lines
378 B
JSON
{
|
|
"baseUrl": "http://localhost:3000",
|
|
"retries": 2,
|
|
"defaultCommandTimeout": 5000,
|
|
"fixturesFolder": false,
|
|
"componentFolder": "src",
|
|
"testFiles": "**/*.spec.{tsx,js}",
|
|
"pluginsFile": "cypress/plugins/index.js",
|
|
"e2e": {
|
|
"defaultCommandTimeout": 10000,
|
|
"slowTestThreshold": 5000
|
|
},
|
|
"component": {
|
|
"slowTestThreshold": 500,
|
|
"retries": 1
|
|
}
|
|
}
|