From a92ab94224bd6735474393d4b52bdf52787755b4 Mon Sep 17 00:00:00 2001 From: Ben Patterson <2004678+benpatterson@users.noreply.github.com> Date: Thu, 19 Dec 2024 17:37:21 -0500 Subject: [PATCH] Add projectID --- cypress.config.js | 1 + 1 file changed, 1 insertion(+) diff --git a/cypress.config.js b/cypress.config.js index bc214b1d..4b31829d 100644 --- a/cypress.config.js +++ b/cypress.config.js @@ -1,5 +1,6 @@ module.exports = { e2e: { setupNodeEvents(on, config) {}, + projectId: "wgtz3v", }, }