cypress.json 378 B

12345678910111213
  1. {
  2. "fileServerFolder": "private/cypress",
  3. "fixturesFolder": false,
  4. "integrationFolder": "private/cypress/integration",
  5. "pluginsFile": false,
  6. "screenshotsFolder": "private/cypress/screenshots",
  7. "supportFile": false,
  8. "videosFolder": "private/cypress/videos",
  9. "viewportWidth": 1280,
  10. "viewportHeight": 660,
  11. "defaultCommandTimeout": 7000,
  12. "execTimeout": 90000
  13. }