From facd3c98807c5c82bb8da06215f9b7abf530532e Mon Sep 17 00:00:00 2001 From: Timo Stollenwerk Date: Tue, 1 Feb 2022 22:32:03 +0100 Subject: [PATCH] Add projectId for Cypress dashboard (#3023) --- cypress.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cypress.json b/cypress.json index 3b9ef0cf1f..8a519d507b 100644 --- a/cypress.json +++ b/cypress.json @@ -3,5 +3,6 @@ "viewportWidth": 1280, "ignoreTestFiles": ["*~"], "integrationFolder": "cypress/tests/core", - "chromeWebSecurity": false + "chromeWebSecurity": false, + "projectId": "5iy5e2" }