cypress.json 259 B

123456789
  1. {
  2. "baseUrl": "http://localhost:3000",
  3. "integrationFolder": "tests/e2e/integration",
  4. "screenshotsFolder": "tests/e2e/screenshots",
  5. "fixturesFolder": "tests/e2e/fixtures",
  6. "supportFile": "tests/e2e/support",
  7. "pluginsFile": false,
  8. "video": false
  9. }