Commit d534a7d
committed
テスト競合の解消:
Service Workerの「登録」と「解除」が同時に走らないよう、クリーンアップ専用の空ページ (blank.html) を作成しました。
beforeEach で blank.html に移動して安全にSWを解除してから、各テストで test-page.html を開くフローに変更しました。
テスト実行の安定化:
playwright.config.js で fullyParallel: false および workers: 1 を設定し、Service Workerテストにおける予期せぬ干渉を完全に排除しました。
不要な重複ナビゲーションを削除し、テスト時間を短縮しました(約8.5秒で完了)。1 parent 00b9fd9 commit d534a7d
File tree
21 files changed
+395
-548
lines changed- dist
- playwright-report
- public
- tests/e2e
- fixtures
21 files changed
+395
-548
lines changedSome generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
This file was deleted.
0 commit comments