From 84f897e330d4d88cd793a615007d54f70cdbab4e Mon Sep 17 00:00:00 2001 From: Demian Caldelas Date: Tue, 8 Feb 2022 15:35:45 -0300 Subject: [PATCH] Remove cypress.json to fully remove cypress (#1751) --- cypress.json | 7 ------- 1 file changed, 7 deletions(-) delete mode 100644 cypress.json diff --git a/cypress.json b/cypress.json deleted file mode 100644 index 406dd368..00000000 --- a/cypress.json +++ /dev/null @@ -1,7 +0,0 @@ -{ - "baseUrl": "http://localhost:3000", - "chromeWebSecurity": false, - "retries": { - "runMode": 2 - } -}