Skip to content

Commit 185276e

Browse files
dep(playwright): update Playwright to v1.42.1 (#2534)
1 parent e22f369 commit 185276e

File tree

4 files changed

+23
-23
lines changed

4 files changed

+23
-23
lines changed

package-lock.json

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

packages/artillery-engine-playwright/Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM mcr.microsoft.com/playwright:v1.41.2
1+
FROM mcr.microsoft.com/playwright:v1.42.1
22
LABEL maintainer="[email protected]"
33

44
RUN npm install -g artillery \

packages/artillery-engine-playwright/package.json

+3-3
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@
1111
"author": "",
1212
"license": "MPL-2.0",
1313
"dependencies": {
14-
"@playwright/browser-chromium": "1.41.2",
15-
"@playwright/test": "1.41.2",
14+
"@playwright/browser-chromium": "1.42.1",
15+
"@playwright/test": "1.42.1",
1616
"debug": "^4.3.2",
17-
"playwright": "1.41.2"
17+
"playwright": "1.42.1"
1818
},
1919
"devDependencies": {
2020
"tap": "^16.3.10",

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.41.2
5+
FROM mcr.microsoft.com/playwright:v1.42.1
66
LABEL maintainer="[email protected]"
77

88
ENV DEBIAN_FRONTEND=noninteractive

0 commit comments

Comments
 (0)