2018-12-29 03:58:05 +01:00
|
|
|
{
|
2021-01-22 17:16:11 +01:00
|
|
|
"src_folders": ["tests/browser"],
|
2023-03-05 15:58:11 +01:00
|
|
|
"exclude": ["tests/browser/browserUtils.js"],
|
2018-12-29 03:58:05 +01:00
|
|
|
"output_folder": "tests/browser/output",
|
|
|
|
|
|
|
|
"test_settings": {
|
|
|
|
|
|
|
|
"default": {
|
|
|
|
"launch_url": "http://localhost:8080",
|
|
|
|
"webdriver": {
|
|
|
|
"start_process": true,
|
2021-08-10 15:26:33 +02:00
|
|
|
"server_path": "./node_modules/.bin/chromedriver",
|
2018-12-30 00:46:13 +01:00
|
|
|
"port": 9515,
|
2022-04-06 11:51:52 +02:00
|
|
|
"log_path": "tests/browser/output"
|
2018-12-29 03:58:05 +01:00
|
|
|
},
|
|
|
|
"desiredCapabilities": {
|
|
|
|
"browserName": "chrome"
|
2022-04-14 14:16:36 +02:00
|
|
|
},
|
|
|
|
"enable_fail_fast": true
|
2018-12-30 00:46:13 +01:00
|
|
|
},
|
|
|
|
|
|
|
|
"dev": {
|
|
|
|
"launch_url": "http://localhost:8080"
|
|
|
|
},
|
|
|
|
|
|
|
|
"prod": {
|
|
|
|
"launch_url": "http://localhost:8000/index.html"
|
2018-12-29 03:58:05 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|