From 5805992dc12cca0a2bea815ec5181dd71156d202 Mon Sep 17 00:00:00 2001 From: asimonok Date: Mon, 30 Sep 2024 14:10:12 +0300 Subject: [PATCH] Fix e2e script --- package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/package.json b/package.json index c55f52f..c4b5f79 100644 --- a/package.json +++ b/package.json @@ -79,7 +79,7 @@ "stop": "docker compose down", "test": "jest --watch --onlyChanged", "test:ci": "jest --maxWorkers 4 --coverage", - "test:e2e": "npx playwright test --ui", + "test:e2e": "npx playwright test", "test:e2e:docker": "docker compose --profile e2e up --exit-code-from test", "upgrade": "npm upgrade --save" },