25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 

12 satır
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. }