mirror of
https://github.com/hedgedoc/hedgedoc.git
synced 2024-11-25 11:16:31 -05:00
Disabled videos in cypress CI config (#436)
While running tests, cypress records videos of each one and processes them afterwards. This needs some resources we could save to reduce the CI runtime as we don't use or upload these videos.
This commit is contained in:
parent
d6646ac3e9
commit
56957c9b43
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
{
|
||||
"baseUrl": "http://localhost:3001/",
|
||||
"defaultCommandTimeout": 15000,
|
||||
"experimentalFetchPolyfill": true
|
||||
"experimentalFetchPolyfill": true,
|
||||
"video": false
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue