Skip to content

Instantly share code, notes, and snippets.

@mattb20
Created April 24, 2018 09:57
Show Gist options
  • Save mattb20/c802671eab74ca70ef95f8b4b651cf9c to your computer and use it in GitHub Desktop.
Save mattb20/c802671eab74ca70ef95f8b4b651cf9c to your computer and use it in GitHub Desktop.
{
"src_folders" : ["tests"],
"output_folder" : "reports",
"selenium": {
"start_process": true,
"server_path": "./bin/selenium-server-standalone-3.9.1.jar",
"log_path": false,
"host": "127.0.0.1",
"port": 4444
},
"test_settings" : {
"default" : {
"launch_url" : "http://localhost",
"selenium_port" : 4444,
"selenium_host" : "localhost",
"silent": true,
"screenshots" : {
"enabled" : false,
"path" : ""
},
"desiredCapabilities": {
"browserName": "firefox",
"marionette": true
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment