From ec166dae6dc48358366c0e70093d618a24ae0048 Mon Sep 17 00:00:00 2001 From: Bereket teshome Date: Mon, 8 Feb 2021 16:57:51 +0100 Subject: [PATCH] added cypress projectId to config file --- cypress.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cypress.json b/cypress.json index 0967ef42..4264e10a 100644 --- a/cypress.json +++ b/cypress.json @@ -1 +1,3 @@ -{} +{ + "projectId": "b5m7oy" +}