您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 

12 行
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. }