Commit b85862b
committed
fix(ci): install webkit browser for Playwright E2E tests
Playwright config defaults to E2E_MODE='fast' which runs WebKit-only tests,
but CI was installing chromium. This caused all 419 tests to fail immediately
since the required browser wasn't available.
Changed CI to install webkit to match the default test configuration.1 parent 2f64739 commit b85862b
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
30 | 30 | | |
31 | 31 | | |
32 | 32 | | |
33 | | - | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
| |||
0 commit comments