cypress.json 406 B

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