⚠ ネタバレ注意: 本サイトはSFアニメ「SOLAR LINE」の内容を詳細に分析しています。未視聴の方はご注意ください。
📝 AI生成コンテンツ: 本考証の大部分は AI(Claude Code 等)によって生成されています。内容の正確性については原作および引用元をご確認ください。

Task 335: Fix CI Playwright E2E Failures

完了 ← タスク一覧

Task 335: Fix CI Playwright E2E Failures

Status: DONE

Description

CI Playwright E2E tests have been failing since Task 261 (propagation demo addition). The E2E job in ci.yml doesn't build WASM, but the propagation demo and data explorer require WASM for full functionality. While tests pass locally (even without WASM), CI fails consistently.

Root Cause Analysis

The E2E job in ci.yml lacks WASM build step, unlike the Pages workflow. Some browser-side code may throw JS errors when WASM is unavailable, causing E2E tests that check for "no JS errors" to fail.

Fix

Add WASM build step to the E2E job in ci.yml, mirroring the Pages workflow.

Deliverables