From beb87d2bfde611b00c724f1588c2007592c495a2 Mon Sep 17 00:00:00 2001 From: estrada9166 Date: Fri, 3 Jun 2022 15:55:39 -0500 Subject: [PATCH] Add e2e property to config --- cypress.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/cypress.config.js b/cypress.config.js index c766ef6e8..4c072cc8e 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -1,3 +1,4 @@ module.exports = { 'projectId': '4b7344', + e2e: {} }