From 312fd2d10c583fad216500057720f9fe28103e38 Mon Sep 17 00:00:00 2001 From: shewood Date: Fri, 3 Sep 2021 11:58:29 -0400 Subject: [PATCH] modify config files --- .gitignore | 2 ++ cypress.json | 2 -- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index 1437c53f..45abffa3 100644 --- a/.gitignore +++ b/.gitignore @@ -7,6 +7,8 @@ # testing /coverage +/cypress/screenshots +/cypress/videos # next.js /.next/ diff --git a/cypress.json b/cypress.json index c30261f0..20e15994 100644 --- a/cypress.json +++ b/cypress.json @@ -1,7 +1,5 @@ { "baseUrl": "http://localhost:3000", "integrationFolder": "cypress", - "pluginsFile": false, - "supportFile": false, "video": false }