From 84a7be4549c608bbe23890e3adcdf0038d108246 Mon Sep 17 00:00:00 2001 From: cupcakearmy Date: Mon, 10 May 2021 10:04:19 +0200 Subject: [PATCH] config --- cypress.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/cypress.json b/cypress.json index 0967ef4..e81c355 100644 --- a/cypress.json +++ b/cypress.json @@ -1 +1,5 @@ -{} +{ + "fixturesFolder": false, + "pluginsFile": false, + "supportFile": false +}