cypress.json 461 B

123456789101112131415
  1. {
  2. "fileServerFolder": "private/cypress",
  3. "fixturesFolder": false,
  4. "integrationFolder": "private/cypress/integration",
  5. "pluginsFile": false,
  6. "screenshotsFolder": "private/cypress/screenshots",
  7. "videosFolder": "private/cypress/videos",
  8. "supportFile": "private/cypress/support/index.js",
  9. "viewportWidth": 1280,
  10. "viewportHeight": 900,
  11. "defaultCommandTimeout": 7000,
  12. "execTimeout": 5000,
  13. "requestTimeout": 10000,
  14. "responseTimeout": 60000
  15. }