[ARVADOS-WORKBENCH2] updated: 2.3.0-228-g08c3068f
Git user
git at public.arvados.org
Mon Apr 4 20:47:50 UTC 2022
Summary of changes:
cypress.json | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
via 08c3068f2fb8fe2e2e651951b961e2e88de1ffb1 (commit)
from c1c27e7fe3cbe068e939994e20b26a78348597c6 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
commit 08c3068f2fb8fe2e2e651951b961e2e88de1ffb1
Author: Lucas Di Pentima <lucas.dipentima at curii.com>
Date: Mon Apr 4 17:47:03 2022 -0300
18966: Sets up Cypress to not save videos on success.
This will hopefully save some minutes of every run.
Arvados-DCO-1.1-Signed-off-by: Lucas Di Pentima <lucas.dipentima at curii.com>
diff --git a/cypress.json b/cypress.json
index 47f77ede..ecafd8cc 100644
--- a/cypress.json
+++ b/cypress.json
@@ -3,5 +3,6 @@
"chromeWebSecurity": false,
"viewportWidth": 1920,
"viewportHeight": 1080,
- "downloadsFolder": "cypress/downloads"
+ "downloadsFolder": "cypress/downloads",
+ "videoUploadOnPasses": false
}
-----------------------------------------------------------------------
hooks/post-receive
--
More information about the arvados-commits
mailing list