Skip to content

Commit

Permalink
tasks: Install full chromium
Browse files Browse the repository at this point in the history
The headless version has several bugs, at least [1] and [2]. Also,
headless and full Chromium render texts slightly differently, so we
can't debug/fix pixel tests with `TEST_SHOW_BROWSER=pixels`.

This is a net 100 MB size increase of the tasks container, and will
break all pixel tests once, but long-term it is a better browser.

[1] https://issues.redhat.com/browse/COCKPIT-1159
[2] cockpit-project/cockpit-files#911 (comment)
  • Loading branch information
martinpitt committed Jan 20, 2025
1 parent 2bf1fe7 commit 07b3c11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/container/Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ RUN dnf -y update && \
adobe-source-code-pro-fonts \
byobu \
chromedriver \
chromium-headless \
chromium \
curl \
dbus-daemon \
dbus-glib \
Expand Down

0 comments on commit 07b3c11

Please sign in to comment.