diff --git a/e2e/Dockerfile.playwright b/e2e/Dockerfile.playwright index 8689e6a..7174258 100644 --- a/e2e/Dockerfile.playwright +++ b/e2e/Dockerfile.playwright @@ -6,7 +6,7 @@ # because the workflow steps execute inside a runner container, # not on the host where compose publishes its ports. -FROM mcr.microsoft.com/playwright:v1.50.0-jammy +FROM mcr.microsoft.com/playwright:v1.59.1-jammy WORKDIR /work diff --git a/e2e/playwright/package.json b/e2e/playwright/package.json index ed7afc3..9b73d4c 100644 --- a/e2e/playwright/package.json +++ b/e2e/playwright/package.json @@ -9,6 +9,6 @@ "test:debug": "PWDEBUG=1 playwright test" }, "devDependencies": { - "@playwright/test": "^1.50.0" + "@playwright/test": "1.59.1" } }