cypress.json 433 B

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