From 7e41faee9ddbb3752e779c5057d9db9f56d71700 Mon Sep 17 00:00:00 2001 From: Patrik Jonsson Date: Sat, 9 Sep 2023 22:11:52 +0200 Subject: [PATCH] t --- package.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index 6a1ad37..d879336 100644 --- a/package.json +++ b/package.json @@ -4,8 +4,8 @@ "description": "This tool will pull the configuration from multiple load balancers and display it in a table.", "main": "index.js", "scripts": { - "e2e": "cypress run", - "e2e:dev": "cypress open", + "e2e": "cypress run --browser chrome", + "e2e:dev": "cypress open --browser chrome", "build": "webpack", "build:dev": "webpack --watch", "lint": "eslint . --ext .ts",