cypress.json 437 B

1234567891011121314
  1. {
  2. "baseUrl": "http://localhost:3004",
  3. "fixturesFolder": "tests/cypress/fixtures",
  4. "integrationFolder": "tests/cypress/integration",
  5. "pluginsFile": "tests/cypress/plugins/index.js",
  6. "screenshotsFolder": "tests/cypress/screenshots",
  7. "supportFile": "tests/cypress/support/index.js",
  8. "videosFolder": "tests/cypress/videos",
  9. "env": {
  10. "apiUrl": "http://nginx"
  11. },
  12. "watchForFileChanges": false,
  13. "projectId": "i517ya"
  14. }