選択できるのは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. }