cypress.json 461 B

1234567891011121314151617
  1. {
  2. "baseUrl": "http://localhost:3000",
  3. "fixturesFolder": "tests/e2e/fixtures",
  4. "integrationFolder": "tests/e2e/integration",
  5. "pluginsFile": "tests/e2e/plugins/index.ts",
  6. "screenshotsFolder": "tests/e2e/screenshots",
  7. "supportFile": "tests/e2e/support/index.ts",
  8. "videosFolder": "tests/e2e/videos",
  9. "component": {
  10. "componentFolder": "tests/component",
  11. "testFiles": "**/*spec.ts"
  12. },
  13. "retries": {
  14. "runMode": 2,
  15. "openMode": 0
  16. }
  17. }