mirror of
https://github.com/cypress-io/cypress.git
synced 2026-05-02 21:10:47 -05:00
bdc7c01d62
Co-authored-by: Barthélémy Ledoux <bart@cypress.io> Co-authored-by: ElevateBart <ledouxb@gmail.com>
18 lines
436 B
JSON
18 lines
436 B
JSON
{
|
|
"$schema": "https://on.cypress.io/cypress.schema.json",
|
|
"baseUrl": "http://localhost:3000",
|
|
"retries": 2,
|
|
"defaultCommandTimeout": 5000,
|
|
"fixturesFolder": false,
|
|
"componentFolder": "src",
|
|
"testFiles": "**/*.spec.{tsx,js}",
|
|
"pluginsFile": "cypress/plugins/index.ts",
|
|
"e2e": {
|
|
"defaultCommandTimeout": 10000,
|
|
"slowTestThreshold": 5000
|
|
},
|
|
"component": {
|
|
"slowTestThreshold": 5000,
|
|
"retries": 1
|
|
}
|
|
} |