Skip to content

Instantly share code, notes, and snippets.

@vinniejames
Created April 17, 2017 20:54
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vinniejames/186f824f3f25494693a5765f4336b563 to your computer and use it in GitHub Desktop.
Save vinniejames/186f824f3f25494693a5765f4336b563 to your computer and use it in GitHub Desktop.
{
"src_folders" : ["tests"],
"output_folder" : "tests/reports",
"custom_commands_path" : "",
"custom_assertions_path" : "",
"page_objects_path" : "",
"globals_path" : "",
"selenium" : {
"start_process" : true,
"server_path" : "./node_modules/selenium-server-standalone-jar/jar/selenium-server-standalone-3.3.1.jar",
"log_path" : "tests/log",
"port" : 4444,
"cli_args" : {
"webdriver.chrome.driver" : "./node_modules/.bin/chromedriver",
"webdriver.gecko.driver" : "./node_modules/.bin/geckodriver",
"webdriver.edge.driver" : ""
}
},
"test_settings" : {
"default" : {
"launch_url" : "http://local.phpwebapp.dev",
"selenium_port" : 4444,
"selenium_host" : "localhost",
"silent": true,
"screenshots" : {
"enabled" : false,
"path" : ""
},
"desiredCapabilities": {
"browserName": "chrome",
"marionette": true
}
},
"circleci" : {
"output_folder" : "${CIRCLE_TEST_REPORTS}",
"launch_url" : "http://local.phpwebapp.dev",
"selenium_host" : "localhost",
"selenium_port" : 4444,
"screenshots" : {
"enabled" : false,
"path" : ""
},
"desiredCapabilities" : {
"browserName" : "chrome",
"marionette": true
}
},
"chrome" : {
"desiredCapabilities": {
"browserName": "chrome"
}
},
"firefox" : {
"desiredCapabilities": {
"browserName": "firefox"
}
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment