webui: Migrate from @open-wc/testing to Playwright
diff --git a/loop/webui/playwright/index.html b/loop/webui/playwright/index.html
new file mode 100644
index 0000000..000deea
--- /dev/null
+++ b/loop/webui/playwright/index.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<html lang="en">
+  <head>
+    <meta charset="UTF-8" />
+    <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+    <title>Testing Page</title>
+  </head>
+  <body>
+    <div id="root"></div>
+    <script type="module" src="./index.ts"></script>
+  </body>
+</html>
diff --git a/loop/webui/playwright/index.ts b/loop/webui/playwright/index.ts
new file mode 100644
index 0000000..ac6de14
--- /dev/null
+++ b/loop/webui/playwright/index.ts
@@ -0,0 +1,2 @@
+// Import styles, initialize component theme here.
+// import '../src/common.css';