| 1234567891011121314151617 |
- {
- "baseUrl": "http://localhost:3000",
- "fileServerFolder": "test/cypress",
- "fixturesFolder": "test/cypress/fixtures",
- "integrationFolder": "test/cypress/integration",
- "screenshotsFolder": "test/cypress/screenshots",
- "videosFolder": "test/cypress/videos",
- "supportFile": "test/cypress/support/index.ts",
- "pluginsFile": "test/cypress/plugins/index.ts",
- "testFiles": "**/*.spec.ts",
- "viewportWidth": 1400,
- "viewportHeight": 1024,
- "experimentalSessionSupport": true
- }
|