From 4e84564ce7047e35562f136a82916eef6d2f52cd Mon Sep 17 00:00:00 2001 From: Lilith Date: Mon, 16 Feb 2026 11:03:50 -0800 Subject: [PATCH] =?UTF-8?q?chore(fontend-admin):=20=F0=9F=94=A7=20Update?= =?UTF-8?q?=20dependencies=20in=20package.json=20(dev/peer)=20to=20maintai?= =?UTF-8?q?n=20compatibility=20and=20security?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Lilith Autocommit --- features/attributes/frontend-admin/package.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/features/attributes/frontend-admin/package.json b/features/attributes/frontend-admin/package.json index d6ecbfa94..92fc7d9da 100644 --- a/features/attributes/frontend-admin/package.json +++ b/features/attributes/frontend-admin/package.json @@ -24,7 +24,10 @@ "dev": "lixb --watch", "typecheck": "tsc --noEmit", "test": "vitest run --passWithNoTests", - "test:watch": "vitest" + "test:watch": "vitest", + "e2e": "playwright test", + "e2e:ui": "playwright test --ui", + "e2e:debug": "playwright test --debug" }, "dependencies": { "@lilith/service-registry": "^1.3.0", @@ -49,6 +52,7 @@ "@lilith/lix-configs": "^1.0.1", "@lilith/test-utils": "*", "@lilith/vite-plugin-dependency-startup": "^1.1.1", + "@playwright/test": "^1.58.2", "@testing-library/jest-dom": "^6.9.1", "@testing-library/react": "^14.3.1", "@testing-library/user-event": "^14.6.1",