From c70f9b6c35379516cdfd2332213e61bdadbf4d97 Mon Sep 17 00:00:00 2001
From: Jovana Petkovic <jovanape@stud.ntnu.no>
Date: Tue, 9 May 2023 13:50:32 +0200
Subject: [PATCH] pacakge.json updates

---
 package.json | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/package.json b/package.json
index ce5b79f..99f034c 100644
--- a/package.json
+++ b/package.json
@@ -5,14 +5,14 @@
   "main": "src/index.js",
   "scripts": {
     "start": "node ./src/index.js",
-    "test": "cypress run --group 1x-chrome --record --headless --browser chrome --spec \"**/*.feature\""
+    "test": "cypress run --spec \"**/*.feature\""
   },
   "author": "Nils Tesdal",
   "dependencies": {
     "express": "^4.17.1"
   },
   "devDependencies": {
-    "cypress": "12.11.0",
+    "cypress": "^6.6.0",
     "cypress-cucumber-preprocessor": "^4.0.1"
   },
   "cypress-cucumber-preprocessor": {
-- 
GitLab