| 1234567891011121314 |
- {
- "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": 90000,
- "requestTimeout": 20000
- }
|