cypress.json 438 B

1234567891011121314
  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. "experimentalSessionSupport": true
  12. }