From 520f22af2f8f0f64edd2958b56dd76c0809d532c Mon Sep 17 00:00:00 2001 From: Rich Harris Date: Thu, 28 Jun 2018 13:43:30 -0400 Subject: [PATCH] update cypress config --- cypress.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cypress.json b/cypress.json index 27d948e..f5622fa 100644 --- a/cypress.json +++ b/cypress.json @@ -1,4 +1,4 @@ { "baseUrl": "http://localhost:3000", - "videoRecording": false + "video": false } \ No newline at end of file