mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-21 17:26:29 -05:00
887c3b9dd3
Signed-off-by: Tilman Vatteroth <tilman.vatteroth@tu-dortmund.de>
37 lines
891 B
JSON
37 lines
891 B
JSON
{
|
|
"browsers": [
|
|
{
|
|
"browser": "chrome",
|
|
"os": "Windows 10",
|
|
"versions": [
|
|
"latest"
|
|
]
|
|
},
|
|
{
|
|
"browser": "firefox",
|
|
"os": "Windows 10",
|
|
"versions": [
|
|
"latest"
|
|
]
|
|
}
|
|
],
|
|
"run_settings": {
|
|
"cypress_version": "6.2.0",
|
|
"cypress_config_file": "./cypress.json",
|
|
"project_name": "HedgeDoc",
|
|
"build_name": "build-name",
|
|
"exclude": [],
|
|
"parallels": "5",
|
|
"npm_dependencies": {
|
|
"typescript": "4.1.3",
|
|
"cypress-commands": "1.1.0",
|
|
"cypress-file-upload": "4.1.1"
|
|
},
|
|
"package_config_options": {}
|
|
},
|
|
"connection_settings": {
|
|
"local": true,
|
|
"local_identifier": null
|
|
},
|
|
"disable_usage_reporting": true
|
|
}
|