Commit 869bb1b
committed
ci(test): use puppeteer bundled Chrome for Testing instead of system Chrome
Chrome 137+ removed the --load-extension flag from branded Google
Chrome builds, so the extension never loads under the system Chrome
provided by mymindstorm/puppeteer-headful and navigation to
chrome-extension://.../view/test.html fails with ERR_BLOCKED_BY_CLIENT.
Let npm ci download puppeteer's Chrome for Testing (which keeps
--load-extension) and run the headful tests under xvfb-run instead.1 parent e7f79a2 commit 869bb1b
1 file changed
Lines changed: 1 addition & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
52 | 52 | | |
53 | 53 | | |
54 | 54 | | |
55 | | - | |
56 | | - | |
57 | 55 | | |
58 | 56 | | |
59 | | - | |
60 | | - | |
61 | | - | |
| 57 | + | |
0 commit comments