Files
cypress/system-tests/projects/migration/cypress.json
T
Matt Schile 69873ae988 chore: remove experimentalSessionAndOrigin flag (#24340)
BREAKING CHANGE: removed experimentalSessionAndOrigin flag. testIsolation defaults to strict
2022-10-24 08:49:13 -06:00

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
}
}