Skip to content

Commit 51454b2

Browse files
authored
⬆️ Update Playwright (#1793)
1 parent b6c4e98 commit 51454b2

File tree

3 files changed

+25
-27
lines changed

3 files changed

+25
-27
lines changed

frontend/Dockerfile.playwright

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,11 @@
1-
FROM node:24
1+
FROM mcr.microsoft.com/playwright:v1.55.0-noble
22

33
WORKDIR /app
44

55
COPY package*.json /app/
66

77
RUN npm install
88

9-
RUN npx -y playwright install --with-deps
10-
119
COPY ./ /app/
1210

1311
ARG VITE_API_URL=${VITE_API_URL}

frontend/package-lock.json

Lines changed: 23 additions & 23 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

frontend/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
"devDependencies": {
2929
"@biomejs/biome": "1.9.4",
3030
"@hey-api/openapi-ts": "^0.57.0",
31-
"@playwright/test": "^1.52.0",
31+
"@playwright/test": "^1.55.0",
3232
"@tanstack/router-devtools": "1.19.1",
3333
"@tanstack/router-vite-plugin": "1.19.0",
3434
"@types/node": "^22.15.3",

0 commit comments

Comments
 (0)