| 123456789101112131415 |
- {
- "fileServerFolder": "private/cypress",
- "fixturesFolder": false,
- "integrationFolder": "private/cypress/integration",
- "pluginsFile": false,
- "screenshotsFolder": "private/cypress/screenshots",
- "videosFolder": "private/cypress/videos",
- "supportFile": "private/cypress/support/index.js",
- "viewportWidth": 1280,
- "viewportHeight": 900,
- "defaultCommandTimeout": 7000,
- "execTimeout": 5000,
- "requestTimeout": 10000,
- "responseTimeout": 60000
- }
|