From e36de42ca9987b7efde3b288c6b42382bf03048d Mon Sep 17 00:00:00 2001 From: Chase Fleming <1666730+chasefleming@users.noreply.github.com> Date: Thu, 15 Feb 2024 18:11:17 -0800 Subject: [PATCH] Remove --- cypress.json | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 cypress.json diff --git a/cypress.json b/cypress.json deleted file mode 100644 index 1987bd1..0000000 --- a/cypress.json +++ /dev/null @@ -1,12 +0,0 @@ -{ - "baseUrl": "http://localhost:3000", - "video": false, - "viewportWidth": 1440, - "viewportHeight": 764, - "defaultCommandTimeout": 3000, - "responseTimeout": 4000, - "retries": {"runMode": 3}, - "screenshotOnRunFailure": false, - "chromeWebSecurity": false, - "projectId": "hcrbev" -}