Skip to content

Commit 18d0775

Browse files
authored
feat: Upgrade Playwright to v1.51.0 (#3497)
1 parent 9ea1688 commit 18d0775

File tree

3 files changed

+27
-22
lines changed

3 files changed

+27
-22
lines changed

package-lock.json

+23-18
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

packages/artillery-engine-playwright/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@
2020
"author": "",
2121
"license": "MPL-2.0",
2222
"dependencies": {
23-
"@playwright/browser-chromium": "1.49.1",
24-
"@playwright/test": "1.49.1",
23+
"@playwright/browser-chromium": "^1.51.0",
24+
"@playwright/test": "^1.51.0",
2525
"debug": "^4.3.2",
26-
"playwright": "1.49.1"
26+
"playwright": "^1.51.0"
2727
},
2828
"devDependencies": {
2929
"tap": "^19.0.2",

packages/artillery/lib/platform/aws-ecs/worker/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
# NOTE: Version we use here needs to be kept consistent with that in
33
# artillery-engine-playwright.
44
# ********************************
5-
FROM mcr.microsoft.com/playwright:v1.49.1
5+
FROM mcr.microsoft.com/playwright:v1.51.0
66

77
ARG TARGETARCH
88

0 commit comments

Comments
 (0)