personal_area_php/frontend/web/api-doc/test/e2e-selenium/nightwatch.json
2024-05-24 15:27:07 +03:00

32 lines
605 B
JSON

{
"src_folders" : ["test/e2e-selenium/scenarios"],
"output_folder" : "reports",
"live_output": true,
"custom_commands_path" : "",
"custom_assertions_path" : "",
"page_objects_path" : "test/e2e-selenium/pages",
"globals_path" : "",
"test_runner" : {
"type" : "mocha",
"options" : {
"ui" : "bdd",
"reporter" : "list"
}
},
"webdriver": {
"start_process": true,
"server_path": "node_modules/.bin/chromedriver",
"port": 9515
},
"test_settings": {
"default": {
"desiredCapabilities": {
"browserName": "chrome"
}
}
}
}