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",