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.
 
 
 
 

32 satır
605 B

  1. {
  2. "src_folders" : ["test/e2e-selenium/scenarios"],
  3. "output_folder" : "reports",
  4. "live_output": true,
  5. "custom_commands_path" : "",
  6. "custom_assertions_path" : "",
  7. "page_objects_path" : "test/e2e-selenium/pages",
  8. "globals_path" : "",
  9. "test_runner" : {
  10. "type" : "mocha",
  11. "options" : {
  12. "ui" : "bdd",
  13. "reporter" : "list"
  14. }
  15. },
  16. "webdriver": {
  17. "start_process": true,
  18. "server_path": "node_modules/.bin/chromedriver",
  19. "port": 9515
  20. },
  21. "test_settings": {
  22. "default": {
  23. "desiredCapabilities": {
  24. "browserName": "chrome"
  25. }
  26. }
  27. }
  28. }