cypress.json 360 B

1234567891011
  1. {
  2. "baseUrl": "http://localhost:3000",
  3. "projectId": "r7qxah",
  4. "fixturesFolder": false,
  5. "integrationFolder": "dev/cypress/integration",
  6. "pluginsFile": "dev/cypress/plugins/index.js",
  7. "screenshotsFolder": "dev/cypress/screenshots",
  8. "supportFile": "dev/cypress/support/index.js",
  9. "videosFolder": "dev/cypress/videos",
  10. "numTestsKeptInMemory": 1
  11. }