Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
cypress.json 388 B
{
  "testFiles": "**/*.cy.spec.js",
  "pluginsFile": "frontend/test/__support__/e2e/cypress-plugins.js",
  "integrationFolder": ".",
  "supportFile": "frontend/test/__support__/e2e/cypress.js",
  "videoUploadOnPasses": false,
  "chromeWebSecurity": false,
  "projectId": "CJQWRC",
  "viewportHeight": 800,
  "viewportWidth": 1280,
  "retries": {
    "runMode": 2,
    "openMode": 0
  }
}