Created
June 7, 2018 17:16
-
-
Save mattb20/199ccda30e9f7d5604e463c373395425 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"src_folders" : ["./spec/features"], | |
"output_folder" : "reports", | |
"custom_commands_path" : "", | |
"custom_assertions_path" : "", | |
"page_objects_path" : "", | |
"selenium" : { | |
"start_process": false, | |
"host": "localhost", | |
"port": 4444, | |
"cli_args" : { | |
"webdriver.chrome.driver" : "/Users/mattburgoyne/.nvm/versions/node/v8.11.2/bin/chromedriver", | |
"webdriver.gecko.driver" : "", | |
"webdriver.edge.driver" : "" | |
} | |
}, | |
"test_settings" : { | |
"default" : { | |
"launch_url" : "http://localhost", | |
"selenium_port" : 4444, | |
"selenium_host" : "localhost", | |
"silent": true, | |
"screenshots" : { | |
"enabled" : false, | |
"path" : "" | |
}, | |
"desiredCapabilities" : { | |
"browserName" : "chrome", | |
"marionette": true | |
} | |
}, | |
"unit_tests" : { | |
"unit_tests_mode" : true, | |
"filter" : "./examples/unittests/*", | |
"exclude" : "" | |
}, | |
"chrome" : { | |
"desiredCapabilities": { | |
"browserName": "chrome" | |
} | |
}, | |
"selenium_server" : { | |
"selenium" : { | |
"start_process": true, | |
"host": "localhost", | |
"port": 4444, | |
"server_path": "./bin/selenium-server-standalone-3.10.0.jar", | |
"cli_args": { | |
"webdriver.gecko.driver": "./bin/geckodriver-0.19", | |
"webdriver.chrome.driver": "./bin/chromedriver-2.32" | |
} | |
}, | |
"desiredCapabilities" : { | |
"browserName" : "firefox", | |
"acceptSslCerts": true | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment