Skip to content

Instantly share code, notes, and snippets.

@buo
Created August 17, 2017 08:28
Show Gist options
  • Save buo/beb53b82e32a8ac6b1cc0ebe17ebaaea to your computer and use it in GitHub Desktop.
Save buo/beb53b82e32a8ac6b1cc0ebe17ebaaea to your computer and use it in GitHub Desktop.
{
"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