Skip to content

Commit 4158642

Browse files
committed
tools: Upgrade Playwright
Upgrade Playwright used in end-to-end png snapshot comparison tests from 1.49.1-jammy to 1.50.0-noble. Unfortunately local runs on Linux are still broken. Commands run: npx --prefix e2e -y npm-check-updates --packageFile e2e/package.json -u npm --prefix e2e install npx --prefix e2e playwright install Then a manual update to the docker image version in the playwright to: PLAYWRIGHT_OCI_IMAGE = mcr.microsoft.com/playwright:v1.50.0-noble And finally a snapshot update with make snaps USE_DOCKER=1
1 parent ece27d2 commit 4158642

22 files changed

+16
-16
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -232,7 +232,7 @@ define PLAYWRIGHT_CMD_LOCAL
232232
npx --prefix e2e playwright test --config e2e $(PLAYWRIGHT_ARGS)
233233
endef
234234

235-
PLAYWRIGHT_OCI_IMAGE = mcr.microsoft.com/playwright:v1.49.1-jammy
235+
PLAYWRIGHT_OCI_IMAGE = mcr.microsoft.com/playwright:v1.50.0-noble
236236
PLAYWRIGHT_CMD_DOCKER = docker run --rm \
237237
--volume $$(pwd):/work/ -w /work/ \
238238
--user $(shell id -u):$(shell id -g) \
1.94 KB
Loading
982 Bytes
Loading
2.42 KB
Loading
676 Bytes
Loading
1.92 KB
Loading
1.87 KB
Loading
2.15 KB
Loading
2.42 KB
Loading
-1.97 KB
Loading

0 commit comments

Comments
 (0)