cypress.json 490 B

1234567891011121314151617
  1. {
  2. "baseUrl": "http://localhost:3000",
  3. "fileServerFolder": "test/cypress",
  4. "fixturesFolder": "test/cypress/fixtures",
  5. "integrationFolder": "test/cypress/integration",
  6. "screenshotsFolder": "test/cypress/screenshots",
  7. "videosFolder": "test/cypress/videos",
  8. "supportFile": "test/cypress/support/index.ts",
  9. "pluginsFile": "test/cypress/plugins/index.ts",
  10. "testFiles": "**/*.spec.ts",
  11. "viewportWidth": 1440,
  12. "viewportHeight": 1200,
  13. "experimentalSessionSupport": true
  14. }