webui: Streamline playwright reporter config
diff --git a/webui/package.json b/webui/package.json
index ef77988..d046c6e 100644
--- a/webui/package.json
+++ b/webui/package.json
@@ -19,8 +19,7 @@
     "gentypes": "go run ../cmd/go2ts -o src/types.ts",
     "build": "go run ../cmd/go2ts -o src/types.ts && tsc",
     "watch": "tsc --watch",
-    "test": "tsc && CI=1 npm run test:playwright",
-    "test:interactive": "tsc && npm run test:playwright",
+    "test": "tsc && npm run test:playwright",
     "test:playwright": "playwright test -c playwright-ct.config.ts"
   },
   "dependencies": {