From 142863f096fb5235dceee7ff3613c532e005ab17 Mon Sep 17 00:00:00 2001 From: spaenleh Date: Wed, 10 Jan 2024 20:11:13 +0100 Subject: [PATCH] fix: use test env in cypress open --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index a5d28063..05500be5 100644 --- a/package.json +++ b/package.json @@ -50,7 +50,7 @@ "check": "yarn prettier:check && yarn lint && yarn type-check", "hooks:uninstall": "husky uninstall", "hooks:install": "husky install", - "cypress:open": "env-cmd -f ./.env.development cypress open", + "cypress:open": "env-cmd -f ./.env.test cypress open", "cypress": "concurrently -k -s first \"yarn start:test\" \"yarn cypress:run\"", "test": "yarn cypress", "cypress:run": "env-cmd -f ./.env.test cypress run --headless --browser chrome",