Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We鈥檒l occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump playwright to 1.39.0 #3924

Merged
merged 4 commits into from Oct 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/playwright.yml
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
@@ -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
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