25개 이상의 토픽을 선택하실 수 없습니다. Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

12 lines
415 B

  1. {
  2. "fileServerFolder": "test/e2e-cypress/static",
  3. "fixturesFolder": "test/e2e-cypress/fixtures",
  4. "integrationFolder": "test/e2e-cypress/tests",
  5. "pluginsFile": "test/e2e-cypress/plugins/index.js",
  6. "screenshotsFolder": "test/e2e-cypress/screenshots",
  7. "supportFile": "test/e2e-cypress/support/index.js",
  8. "videosFolder": "test/e2e-cypress/videos",
  9. "baseUrl": "http://localhost:3230/",
  10. "video": false
  11. }