Skip to content

Commit

Permalink
Merge pull request #1485 from ably/upgrade-playwright-to-latest
Browse files Browse the repository at this point in the history
Upgrade Playwright to 1.39.0
  • Loading branch information
lawrence-forooghian authored Nov 3, 2023
2 parents b87ac65 + 54932b4 commit 7220619
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 22 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-browser.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
with:
node-version: 16.x
- run: npm ci
- name: Install playwright dependencies
run: sudo npx playwright install-deps
- name: Install Playwright browsers and dependencies
run: npx playwright install --with-deps
- env:
PLAYWRIGHT_BROWSER: ${{ matrix.browser }}
run: npm run test:playwright
64 changes: 45 additions & 19 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
"minimist": "^1.2.5",
"mocha": "^8.1.3",
"null-loader": "^4.0.1",
"playwright": "^1.10.0",
"playwright": "^1.39.0",
"prettier": "^2.5.1",
"react": ">=18.1.0",
"react-dom": ">=18.1.0",
Expand Down

0 comments on commit 7220619

Please sign in to comment.