-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
test: Fix stale e2e server image locally
- Loading branch information
1 parent
f342dad
commit e823d71
Showing
6 changed files
with
14 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,6 +4,16 @@ | |
FROM mcr.microsoft.com/playwright:v1.41.2-jammy AS playwright | ||
WORKDIR /work/ | ||
|
||
# Update packages list and install some build tools. | ||
# Installing fonts-dejavu-core so we have some common fonts with the GH actions | ||
# runner that can be used to render unicode fonts. See README for more info. | ||
RUN set -eux; \ | ||
apt-get update; \ | ||
apt-get install build-essential --yes; \ | ||
apt-get install fonts-dejavu-core --yes; | ||
|
||
RUN fc-list : family; | ||
|
||
RUN npm install @playwright/[email protected] | ||
COPY playwright.config.ts . | ||
COPY playwright-docker.config.ts . |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
-9 Bytes
(100%)
tests/express.spec.ts-snapshots/Express-loads-1-chromium-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified
BIN
+15 Bytes
(100%)
tests/express.spec.ts-snapshots/Express-loads-1-webkit-linux.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.