cypress.json 331 B

12345678910
  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. }