Skip to content

Commit def3ccf

Browse files
committed
chore: update playwright to version 1.49.1
1 parent 750e0f3 commit def3ccf

File tree

4 files changed

+18
-18
lines changed

4 files changed

+18
-18
lines changed

.changeset/smart-cars-promise.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
"e2e-tests": major
33
---
44

5-
- Implemented Playwright for automated browser testing in (#1046)[https://github.com/IFRCGo/go-web-app/issues/1046]
6-
- Added CLI commands to run Playwright tests in (#1047)[https://github.com/IFRCGo/go-web-app/issues/1047]
7-
- Integrated Playwright tests into CI pipeline (#1048)[https://github.com/IFRCGo/go-web-app/issues/1048]
5+
- Implemented Playwright for automated end-to-end testing in [#345](https://github.com/IFRCGo/go-web-app/issues/345)
6+
- CI Integration: Integrated Playwright testing into the GitHub Actions CI
7+
- Field Report e2e Tests: Implemented Playwright-based end-to-end tests for the Field Report module

.github/workflows/playwright.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ concurrency:
2424
jobs:
2525
typecheck-lint:
2626
name: Typecheck & Lint
27-
runs-on: ubuntu-22.04 #TODO upgrade when playwright dependencies are fully supported in latest ubuntu image
27+
runs-on: ubuntu-latest
2828
defaults:
2929
run:
3030
working-directory: packages/e2e-tests

packages/e2e-tests/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
},
1212
"devDependencies": {
1313
"@biomejs/biome": "1.7.3",
14-
"@playwright/test": "^1.44.0",
14+
"@playwright/test": "^1.49.1",
1515
"@types/node": "^20.14.11",
1616
"typescript": "^5.7.2"
1717
},

pnpm-lock.yaml

Lines changed: 13 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)