disable cypress video recordings

This commit is contained in:
Milos Stojanovic 2020-05-12 18:28:30 +00:00
parent 3262eff48d
commit d34394a6d0

View File

@ -1,3 +1,4 @@
{
"pluginsFile": "tests/frontend/e2e/plugins/index.js"
"pluginsFile": "tests/frontend/e2e/plugins/index.js",
"video": false
}