cypress.json 665 Bytes
{
  "baseUrl": "http://localhost:3000",
  "fixturesFolder": "tests/e2e/fixtures",
  "integrationFolder": "tests/e2e/integration",
  "pluginsFile": "tests/e2e/plugins/index.js",
  "supportFile": "tests/e2e/support/index.js",
  "viewportHeight": 1080,
  "viewportWidth": 1920,
  "pageLoadTimeout": 180000,
  "screenshotOnRunFailure": true,
  "screenshotsFolder": "tests/e2e/report/assets/screenshots",
  "video": false,
  "reporter": "../../../node_modules/mochawesome",
  "reporterOptions": {
    "reportDir": "tests/e2e/report",
    "reportFilename": "report",
    "overwrite": false,
    "html": false
  },
  "retries": {
    "runMode": 2,
    "openMode": 0
  }
}