cypress.json 399 B

1234567891011
  1. {
  2. "ignoreTestFiles": "*.html",
  3. "screenshotOnRunFailure": false,
  4. "video": false,
  5. "fixturesFolder": "tests/cypress/fixtures",
  6. "integrationFolder": "tests/cypress/integration",
  7. "pluginsFile": "tests/cypress/plugins/index.js",
  8. "screenshotsFolder": "tests/cypress/screenshots",
  9. "videosFolder": "tests/cypress/videos",
  10. "supportFile": "tests/cypress/support/index.js"
  11. }