From dc8f7b1f5b45e62c484412f88022967f1979fa01 Mon Sep 17 00:00:00 2001 From: Gleb Bahmutov Date: Fri, 20 Oct 2017 17:56:33 -0400 Subject: [PATCH] set project id in cypress.json --- cypress.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cypress.json b/cypress.json index 0967ef424..43130e02d 100644 --- a/cypress.json +++ b/cypress.json @@ -1 +1,3 @@ -{} +{ + "projectId": "4b7344" +}