Skip to content

Commit

Permalink
Bump playwright to 1.39.0 (#3924)
Browse files Browse the repository at this point in the history
  • Loading branch information
kobenguyent authored Oct 16, 2023
1 parent ed5d43c commit 0b79681
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@ jobs:
npm install --legacy-peer-deps
env:
PUPPETEER_SKIP_CHROMIUM_DOWNLOAD: true
- name: Install deps
run: npm install playwright@1.35.1 & npx playwright install-deps
- name: Install browsers and deps
run: npx playwright install && npx playwright install-deps
- name: start a server
run: "php -S 127.0.0.1:8000 -t test/data/app &"
- name: run chromium tests
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Download Playwright and its dependencies
FROM mcr.microsoft.com/playwright:v1.35.1
FROM mcr.microsoft.com/playwright:v1.39.0
ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD true

# Installing the pre-required packages and libraries
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@
"jsdoc": "3.6.10",
"jsdoc-typeof-plugin": "1.0.0",
"json-server": "0.10.1",
"playwright": "1.38.1",
"playwright": "1.39.0",
"puppeteer": "21.1.1",
"qrcode-terminal": "0.12.0",
"rosie": "2.1.0",
Expand Down

0 comments on commit 0b79681

Please sign in to comment.