"src_folders": [
"tests"
],
"output_folder": "reports",
"custom_commands_path": "lib/commands/",
"custom_assertions_path": "",
"page_objects_path": [
"lib/pages/"
],
"globals_path": "",
"selenium": {
"start_process": true,
"server_path": "bin/selenium-server-standalone-3.141.59.jar",
"log_path": "",
"port": 4444,
"cli_args": {
"webdriver.chrome.driver": "bin/chromedriver",
"webdriver.gecko.driver": "",
"webdriver.edge.driver": ""
}
},
"test_settings": {
"default": {
"selenium_port": 4444,
"selenium_host": "127.0.0.1",
"silent": true,
"use_xpath": true,
"screenshots": {
"enabled": false,
"path": ""
},
"desiredCapabilities": {
"browserName": "chrome",
"marionette": true,
"chromeOptions": {
"args": [
"disable-notifications",
[
"--no-sandbox"
]
],
"w3c": false
}
},
"globals": {
"waitForConditionTimeout": 10000,
"retryAssertionTimeout": 5000
}
},
"chrome": {
"desiredCapabilities": {
"browserName": "chrome"
}
},
"edge": {
"desiredCapabilities": {
"browserName": "MicrosoftEdge"
}
},
"ci": {
"selenium_host": "selenium/standalone-chrome",
"selenium": {
"start_process": false
}
}
}
}