Skip to content

Commit 0b79681

Browse files
authored
Bump playwright to 1.39.0 (#3924)
1 parent ed5d43c commit 0b79681

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

Diff for: .github/workflows/playwright.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ jobs:
3636
npm install --legacy-peer-deps
3737
env:
3838
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: true
39-
- name: Install deps
40-
run: npm install playwright@1.35.1 & npx playwright install-deps
39+
- name: Install browsers and deps
40+
run: npx playwright install && npx playwright install-deps
4141
- name: start a server
4242
run: "php -S 127.0.0.1:8000 -t test/data/app &"
4343
- name: run chromium tests

Diff for: Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Download Playwright and its dependencies
2-
FROM mcr.microsoft.com/playwright:v1.35.1
2+
FROM mcr.microsoft.com/playwright:v1.39.0
33
ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD true
44

55
# Installing the pre-required packages and libraries

Diff for: package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@
128128
"jsdoc": "3.6.10",
129129
"jsdoc-typeof-plugin": "1.0.0",
130130
"json-server": "0.10.1",
131-
"playwright": "1.38.1",
131+
"playwright": "1.39.0",
132132
"puppeteer": "21.1.1",
133133
"qrcode-terminal": "0.12.0",
134134
"rosie": "2.1.0",

0 commit comments

Comments
 (0)