diff --git a/package.json b/package.json index e3b204e..044bfb6 100644 --- a/package.json +++ b/package.json @@ -14,7 +14,7 @@ "create-cluster": "./scripts/deploy-cluster.sh", "destroy-cluster": "./scripts/clean-cluster.sh", "login-cluster": "oc login https://127.0.0.1:6443 --token abcdef.0123456789abcdef", - "cypress": "cypress run --browser chrome", + "cypress": "cypress run --browser electron", "cypress:open": "cypress open", "i18n": "i18next \"src/**/*.{js,jsx,ts,tsx}\" [-oc] -c i18next-parser.config.mjs", "lint": "eslint .",