mirror of
https://github.com/gchq/CyberChef.git
synced 2025-04-30 11:39:13 -04:00
28 lines
471 B
JSON
28 lines
471 B
JSON
![]() |
{
|
||
|
"src_folders": ["tests/browser"],
|
||
|
"output_folder": "tests/browser/output",
|
||
|
|
||
|
"test_settings": {
|
||
|
|
||
|
"default": {
|
||
|
"launch_url": "http://localhost:8080",
|
||
|
"webdriver": {
|
||
|
"start_process": true,
|
||
|
"log_path": false
|
||
|
}
|
||
|
},
|
||
|
|
||
|
"chrome": {
|
||
|
"webdriver": {
|
||
|
"server_path": "./node_modules/.bin/chromedriver",
|
||
|
"port": 9515
|
||
|
},
|
||
|
"desiredCapabilities": {
|
||
|
"browserName": "chrome"
|
||
|
}
|
||
|
}
|
||
|
|
||
|
}
|
||
|
}
|
||
|
|