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.
 
 
 
 

60 satır
1.3 KiB

  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. "selenium" : {
  17. "start_process" : true,
  18. "server_path" : "node_modules/selenium-server-standalone-jar/jar/selenium-server-standalone-3.12.0.jar",
  19. "log_path" : "",
  20. "host" : "127.0.0.1",
  21. "port" : 4444,
  22. "cli_args" : {
  23. "webdriver.chrome.driver" : "node_modules/chromedriver/bin/chromedriver",
  24. "webdriver.firefox.profile" : "",
  25. "webdriver.ie.driver" : ""
  26. }
  27. },
  28. "test_settings" : {
  29. "default" : {
  30. "launch_url" : "http://localhost",
  31. "selenium_port" : 4444,
  32. "selenium_host" : "localhost",
  33. "silent": true,
  34. "screenshots" : {
  35. "enabled" : false,
  36. "path" : ""
  37. },
  38. "desiredCapabilities": {
  39. "browserName": "chrome",
  40. "marionette": true
  41. }
  42. },
  43. "chrome" : {
  44. "desiredCapabilities": {
  45. "browserName": "chrome"
  46. }
  47. },
  48. "edge" : {
  49. "desiredCapabilities": {
  50. "browserName": "MicrosoftEdge"
  51. }
  52. }
  53. }
  54. }