From a29347807d35b537aa470555c75b8e30de066749 Mon Sep 17 00:00:00 2001 From: Karol Wypchlo Date: Wed, 11 Mar 2020 15:10:08 +0100 Subject: [PATCH] add cypress project --- cypress.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/cypress.json b/cypress.json index 9c31d1e7..69ebc95b 100644 --- a/cypress.json +++ b/cypress.json @@ -1,3 +1,4 @@ { - "baseUrl": "http://127.0.0.1:8000" + "baseUrl": "http://127.0.0.1:8000", + "projectId": "6qp3um" }