Skip to content

Commit

Permalink
chore: upgrade Playwright to v1.45 (#278)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt authored Jul 16, 2024
1 parent 1087022 commit 2690719
Show file tree
Hide file tree
Showing 13 changed files with 871 additions and 579 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/nodejs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
ROOT_TEST_URL=$FRONTEND_URL npm run test
- name: Upload playwright-report
if: ${{ !cancelled() }}
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: e2e-playwright-report
path: e2e/playwright-report/
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
run: npx playwright install --with-deps
- name: Run Playwright tests
run: npx playwright test
- uses: actions/upload-artifact@v3
- uses: actions/upload-artifact@v4
if: always()
with:
name: playwright-report
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Try Playwright

![CI](https://github.com/mxschmitt/try-playwright/workflows/CI/badge.svg)
![Playwright version](https://img.shields.io/badge/Playwright-1.44.1-blue.svg)
![Playwright version](https://img.shields.io/badge/Playwright-1.45.1-blue.svg)

> Interactive playground for [Playwright](https://github.com/microsoft/playwright) to run examples directly from your browser
Expand Down
52 changes: 26 additions & 26 deletions e2e/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 e2e/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"homepage": "https://github.com/mxschmitt/try-playwright#readme",
"devDependencies": {
"@playwright/test": "^1.44.1"
"@playwright/test": "^1.45.1"
},
"private": true
}
Loading

0 comments on commit 2690719

Please sign in to comment.