{
"src_folders" : ["./tests"],
"output_folder" : "./test-results",
"custom_commands_path" : "./custom_commands",
"page_objects_path" : "./page",
"custom_assertions_path" : "",
"globals_path" : "",
"live_output" : false,
"disable_colors": false,
"selenium" : {
"start_process" : true,
"server_path" : "./node_modules/selenium-server-standalone-jar/jar/selenium-server-standalone-3.8.1.jar",
"log_path" : "",
"port" : 4444,
"cli_args" : {
"webdriver.gecko.driver" : "./node_modules/geckodriver/bin/geckodriver",
"webdriver.chrome.driver" : "./node_modules/chromedriver/bin/chromedriver"
}
},
"test_settings" : {
"default" : {
"launch_url" : "http://localhost",
"selenium_port" : 4444,
"selenium_host" : "localhost",
"desiredCapabilities": {
"browserName": "chrome",
"chromeOptions" : {
"args" : [
"--window-size=1325x744",
"--disable-gpu",
"--headless",
"--no-sandbox",
"--ignore-certificate-errors"],
"binary": "/usr/bin/google-chrome"
},
"javascriptEnabled": true,
"acceptSslCerts": true,
"loggingPrefs": { "browser": "ALL" }
}
}
},
"globals" : {
"waitForConditionTimeout": 5000,
"retryAssertionTimeout": 20000
}
}