{
"src_folders": ["tests"],
"custom_commands_path": "",
"custom_assertions_path": "",
"page_objects_path": "pages",
"selenium": {
"start_process": true,
"server_path": "lib/drivers/selenium-server-standalone-3.8.1.jar",
"start_session": true,
"log_path": "log/",
"host": "127.0.0.1",
"port": 4443,
"cli_args": {
"webdriver.chrome.driver": "lib/drivers/chromedriver"
}
},
"test_workers": {
"enabled": true,
"workers": "auto"
},
"test_runner": {
"type": "mocha",
"options": {
"ui": "bdd",
"reporter": "mochawesome",
"reporterOptions": {
"json": true,
"showSkipped": true,
"showFailed": true,
"showPassed": true,
"reportPageTitle": "MC-AutomationTest",
"saveJson": true,
"overwrite": false,
"timestamp": "default",
"reportDir": "reports/",
"reportTitle": "MC-AutomationTest",
"reportFilename": "Test_Report"
}
}
},
"test_settings": {
"skip_testcases_on_fail": false,
"end_session_on_fail": false,
"chrome": {
"live_output": true,
"selenium_port": 4443,
"selenium_host": "localhost",
"silent": true,
"screenshots": {
"enabled": true,
"path": "screenshots/chrome/"
},
"desiredCapabilities": {
"browserName": "chrome",
"chromeOptions": {
"args": [
"headless",
"disable-web-security",
"ignore-certificate-errors",
"--test-type",
"--disable-gpu=true"
]
}
}
},
"edge": {
"desiredCapabilities": {
"browserName": "MicrosoftEdge"
}
}
}
}