Skip to content

Commit 1c4ad4d

Browse files
committed
devops(webview): widen simulator CI to full tests/page suite
page-check confirmed the protocol wrapping works against Mobile Safari (17/17 in run 26343543249). Drop the file filter so the config's testDir (tests/page/) runs end-to-end and surfaces the real mobile-vs-desktop test gaps.
1 parent fea1f66 commit 1c4ad4d

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

.github/workflows/tests_webview_simulator.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -207,9 +207,7 @@ jobs:
207207
run: |
208208
echo "::group::Test run (DEBUG=$DEBUG)"
209209
# Mirror protocol logs to file via DEBUG_FILE (read by packages/utils/debugLogger.ts).
210-
# Filtered to page-check as an initial sanity set; widen once the protocol
211-
# wrapping is proven against Mobile Safari.
212-
npx playwright test --config tests/webview/playwright.config.ts --reporter=list tests/page/page-check.spec.ts
210+
npx playwright test --config tests/webview/playwright.config.ts --reporter=list
213211
echo "::endgroup::"
214212
env:
215213
DEBUG_FILE: ${{ github.workspace }}/playwright-debug.log

0 commit comments

Comments
 (0)