Skip to content

Commit bc53b60

Browse files
authored
chore(ci): bump @playwright/test to ^1.60.0 (#31174)
Issue number: resolves internal --------- ## What is the current behavior? Playwright tests are hanging because of a [bug that breaks it for node 24.16+](microsoft/playwright#40724) ## What is the new behavior? Upgrading Playwright to 1.16.0 to fix the issue ## Does this introduce a breaking change? - [ ] Yes - [X] No ## Other information <!-- Any other information that is important to this PR such as screenshots of how the component looks before and after the change. -->
1 parent 95c48eb commit bc53b60

11 files changed

Lines changed: 77 additions & 346 deletions

File tree

.github/workflows/actions/test-angular-e2e/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ runs:
3333
shell: bash
3434
working-directory: ./packages/angular/test/build/${{ inputs.app }}
3535
- name: 📦 Install Playwright Browsers
36-
run: npx playwright install
36+
run: npx playwright install chromium
3737
shell: bash
3838
working-directory: ./packages/angular/test/build/${{ inputs.app }}
3939
- name: 🔄 Sync Built Changes

packages/angular/test/apps/ng16/package-lock.json

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

packages/angular/test/apps/ng16/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@
4747
"@angular/compiler-cli": "^16.0.0",
4848
"@angular/language-service": "^16.0.0",
4949
"@nguniversal/builders": "^16.0.0",
50-
"@playwright/test": "^1.54.2",
50+
"@playwright/test": "^1.60.0",
5151
"@types/express": "^4.17.7",
5252
"@types/node": "^12.12.54",
5353
"@typescript-eslint/eslint-plugin": "^5.62.0",

0 commit comments

Comments
 (0)