mirror of
https://github.com/gchq/CyberChef.git
synced 2024-11-01 13:41:01 +01:00
33 lines
658 B
JSON
33 lines
658 B
JSON
{
|
|
"src_folders": ["tests/browser"],
|
|
"exclude": ["tests/browser/browserUtils.js"],
|
|
"output_folder": "tests/browser/output",
|
|
|
|
"test_settings": {
|
|
|
|
"default": {
|
|
"launch_url": "http://localhost:8080",
|
|
"webdriver": {
|
|
"start_process": true,
|
|
"server_path": "./node_modules/.bin/chromedriver",
|
|
"port": 9515,
|
|
"log_path": "tests/browser/output"
|
|
},
|
|
"desiredCapabilities": {
|
|
"browserName": "chrome"
|
|
},
|
|
"enable_fail_fast": true
|
|
},
|
|
|
|
"dev": {
|
|
"launch_url": "http://localhost:8080"
|
|
},
|
|
|
|
"prod": {
|
|
"launch_url": "http://localhost:8000/index.html"
|
|
}
|
|
|
|
}
|
|
}
|
|
|