webui: Migrate from @open-wc/testing to Playwright
diff --git a/loop/webui/package.json b/loop/webui/package.json
index 22227dd..33f599a 100644
--- a/loop/webui/package.json
+++ b/loop/webui/package.json
@@ -15,9 +15,7 @@
"format": "prettier ./src --write",
"build": "tsc",
"watch": "tsc --watch",
- "test": "tsc && wtr --coverage",
- "test:manual": "tsc && wtr --manual",
- "test:watch": "tsc && concurrently -k -r \"tsc --watch --preserveWatchOutput\" \"wtr --watch\""
+ "test": "tsc && playwright test -c playwright-ct.config.ts"
},
"dependencies": {
"@xterm/addon-fit": "^0.10.0",
@@ -31,8 +29,7 @@
"vega-lite": "^5.23.0"
},
"devDependencies": {
- "@open-wc/dev-server-hmr": "^0.1.2-next.0",
- "@open-wc/testing": "^4.0.0",
+ "@sand4rt/experimental-ct-web": "^1.51.1",
"@types/marked": "^5.0.2",
"@types/mocha": "^10.0.7",
"@types/node": "^22.13.14",