| 1234567891011121314151617 |
- {
- "baseUrl": "http://localhost:3000",
- "fixturesFolder": "tests/e2e/fixtures",
- "integrationFolder": "tests/e2e/integration",
- "pluginsFile": "tests/e2e/plugins/index.ts",
- "screenshotsFolder": "tests/e2e/screenshots",
- "supportFile": "tests/e2e/support/index.ts",
- "videosFolder": "tests/e2e/videos",
- "component": {
- "componentFolder": "tests/component",
- "testFiles": "**/*spec.ts"
- },
- "retries": {
- "runMode": 2,
- "openMode": 0
- }
- }
|