From 7f85a042578dd73a8f3d5449cff62c82d5391ec7 Mon Sep 17 00:00:00 2001 From: Ildar Kamalov Date: Fri, 31 Jan 2025 12:42:57 +0300 Subject: [PATCH] try to run e2e tests --- client/package.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/client/package.json b/client/package.json index 19d54e11..a2189cd4 100644 --- a/client/package.json +++ b/client/package.json @@ -10,7 +10,7 @@ "lint": "echo 'Lint temporarily disabled'", "lint-new": "eslint './src/**/*.(ts|tsx)'", "lint:fix": "eslint './src/**/*.(ts|tsx)' --fix", - "test": "vitest", + "test": "vitest --run && npx playwright test", "test:watch": "vitest --watch", "test:e2e": "npx playwright test tests/e2e", "test:e2e:interactive": "npx playwright test --ui",