From 8450b66ef585159cc5ac9018fa077e49a6638b52 Mon Sep 17 00:00:00 2001 From: Marius Andra Date: Thu, 17 Feb 2022 15:37:41 +0100 Subject: [PATCH] describe scoped endpoint --- package.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/package.json b/package.json index 347137f7340..f4cf31cc9aa 100644 --- a/package.json +++ b/package.json @@ -62,6 +62,8 @@ "dependencies": { "@babel/core": "^7.10.4", "@babel/runtime": "^7.10.4", + "@cypress/react": "4.16.4", + "@cypress/webpack-preprocessor": "5.7.0", "@monaco-editor/react": "^4.1.3", "@popperjs/core": "^2.9.2", "@posthog/chart.js": "^2.9.6", @@ -83,6 +85,8 @@ "chartjs-plugin-crosshair": "^1.2.0", "clsx": "^1.1.1", "core-js": "3.15.2", + "cypress": "6.7.0", + "cypress-terminal-report": "2.1.0", "d3": "^5.15.0", "d3-sankey": "^0.12.3", "dayjs": "^1.10.7",