Skip to content

Commit

Permalink
feat: update Playwright to v1.49.0 (#3413)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryancormack authored Dec 4, 2024
1 parent 6af4f1f commit d97dc16
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 21 deletions.
38 changes: 21 additions & 17 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion packages/artillery-engine-playwright/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM mcr.microsoft.com/playwright:v1.48.0
FROM mcr.microsoft.com/playwright:v1.49.0
LABEL maintainer="team@artillery.io"

RUN npm install -g artillery \
Expand Down
4 changes: 2 additions & 2 deletions packages/artillery-engine-playwright/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@
"author": "",
"license": "MPL-2.0",
"dependencies": {
"@playwright/browser-chromium": "^1.48.0",
"@playwright/test": "^1.48.0",
"@playwright/browser-chromium": "^1.49.0",
"@playwright/test": "^1.49.0",
"debug": "^4.3.2",
"playwright": "^1.48.0"
},
Expand Down
2 changes: 1 addition & 1 deletion packages/artillery/lib/platform/aws-ecs/worker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# NOTE: Version we use here needs to be kept consistent with that in
# artillery-engine-playwright.
# ********************************
FROM mcr.microsoft.com/playwright:v1.48.0
FROM mcr.microsoft.com/playwright:v1.49.0

ARG TARGETARCH

Expand Down

0 comments on commit d97dc16

Please sign in to comment.