Commit ddfecdc
authored
Switch e2e screenshot browser to firefox-esr (#881)
Chrome 147+ fails to produce --headless --screenshot images in the
e2e container (Page.captureScreenshot regression), which made the
e2e-test job exhaust its 30-min polling window and fail. Replace
google-chrome-stable with firefox-esr from the Mozilla Team PPA
(base image is Ubuntu 24.04 Noble). The shared browser-helpers.sh
in ghcr.io/guysoft/custompios:devel now prefers firefox-esr/firefox
and falls back to Chrome, so this pairs with the CustomPiOS helper
update. Validated locally: firefox-esr 140.13.0esr installs and
--headless --no-remote --screenshot emits a real PNG.1 parent b24c43a commit ddfecdc
1 file changed
Lines changed: 5 additions & 5 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
| |||
0 commit comments