Commit Graph

5 Commits

Author SHA1 Message Date
weli df645b70a7 test: revert workers to 1 to avoid login concurrency
All login-based tests share MOICEN_E2E_UNIONID and cannot run in
parallel without interfering with each other's session state.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-01 16:36:58 +08:00
weli 27c1e26c1d test: run tests with 2 workers for faster CI
47 tests with 1 worker exceeds CI timeout. 2 workers cuts
total execution time roughly in half.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-01 16:16:54 +08:00
weli d85027a933 feat(e2e): 核心全链路用例与辅助模块
新增 smoke-http、core-full-chain(访客深链守卫、登录黄金路径、可选健康 URL);抽出 music-room-session 辅助;Playwright 忽略本地 admin_debug;CI 注入可选 MOICEN_HEALTHCHECK_URL。

Made-with: Cursor
2026-04-28 11:53:48 +08:00
weli 1e7337c239 test: guest onboarding, logged-in isolation, optional real_name
Add guest-onboarding and logged-in-and-isolation specs; remove moicen-unionid-chain;
MOICEN_E2E_EXPECTED_REAL_NAME for 欢迎回来+姓名; CI secret; workers=1; longer goto timeouts.

Made-with: Cursor
2026-04-26 17:22:41 +08:00
weli c5d054789e 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
2026-04-26 17:01:52 +08:00