Commit 9d8f125
committed
🩹 [Hooks]: Configure karma ChromeHeadlessNoSandbox for wasmJs browser tests
Plain ChromeHeadless fails to launch in headless/CI shells. The built-in
useChromeHeadlessNoSandbox() launcher adds --no-sandbox and
--disable-dev-shm-usage so wasmJs browser tests run reliably.
Verified end-to-end: ./gradlew :hooks:wasmJsBrowserTest -> BUILD SUCCESSFUL,
201 tests, 0 failures, 0 ignored in real headless Chrome (karma+webpack).
Includes WasmJsSmokeTest (4) + inherited commonTest (197: Fetch/Redux/
Debounce/Form/Table). V5 now fully validated — not partial.1 parent 705984a commit 9d8f125
2 files changed
Lines changed: 24 additions & 2 deletions
Lines changed: 10 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
282 | 282 | | |
283 | 283 | | |
284 | 284 | | |
285 | | - | |
| 285 | + | |
286 | 286 | | |
287 | 287 | | |
288 | 288 | | |
| |||
293 | 293 | | |
294 | 294 | | |
295 | 295 | | |
| 296 | + | |
| 297 | + | |
| 298 | + | |
| 299 | + | |
| 300 | + | |
| 301 | + | |
| 302 | + | |
| 303 | + | |
| 304 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
44 | 44 | | |
45 | 45 | | |
46 | 46 | | |
47 | | - | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
| 60 | + | |
48 | 61 | | |
49 | 62 | | |
50 | 63 | | |
| |||
0 commit comments