Created
August 17, 2017 08:28
-
-
Save buo/beb53b82e32a8ac6b1cc0ebe17ebaaea 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" : ["tests"], | |
"output_folder" : "reports", | |
"custom_commands_path" : "", | |
"custom_assertions_path" : "", | |
"page_objects_path" : "", | |
"globals_path" : "", | |
"selenium" : { | |
"start_process" : false, | |
"server_path" : "", | |
"log_path" : "", | |
"port" : 4444, | |
"cli_args" : { | |
"webdriver.chrome.driver" : "", | |
"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": "firefox", | |
"marionette": true | |
} | |
}, | |
"chrome" : { | |
"desiredCapabilities": { | |
"browserName": "chrome" | |
} | |
}, | |
"edge" : { | |
"desiredCapabilities": { | |
"browserName": "MicrosoftEdge" | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment