You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

16 line
356 B

  1. {
  2. "baseUrl": "http://test_site_ui:8000",
  3. "projectId": "92odwv",
  4. "adminPassword": "admin",
  5. "defaultCommandTimeout": 20000,
  6. "pageLoadTimeout": 15000,
  7. "video": true,
  8. "videoUploadOnPasses": false,
  9. "retries": {
  10. "runMode": 2,
  11. "openMode": 2
  12. },
  13. "integrationFolder": ".",
  14. "testFiles": ["cypress/integration/*.js", "**/ui_test_*.js"]
  15. }