feat: Playwright against deployed music-room (shell + optional unionid chain)

No Rust/Compose; GitHub Actions with MOICEN_E2E_UNIONID secret; dotenv .env.e2e; proxy install script.

Made-with: Cursor
This commit is contained in:
2026-04-26 17:01:52 +08:00
commit c5d054789e
10 changed files with 277 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"name": "huike-e2e-moicen",
"private": true,
"scripts": {
"test": "playwright test",
"install:with-proxy": "bash scripts/install-with-proxy.sh"
},
"devDependencies": {
"@playwright/test": "^1.49.0",
"dotenv": "^16.4.5"
}
}