Skip to content

Commit e6c45e2

Browse files
ci: standardize playwright install
1 parent f5d6b34 commit e6c45e2

File tree

4 files changed

+216
-212
lines changed

4 files changed

+216
-212
lines changed

.github/workflows/build-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
run: pnpm install --frozen-lockfile
5757

5858
- name: Install Playwright Browsers
59-
run: pnpm -C packages/treeshake-frontend exec playwright install
59+
run: pnpm exec playwright install
6060

6161
- name: Install Cypress
6262
# if: steps.browsers-cache.outputs.cache-hit != 'true'

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -196,6 +196,7 @@
196196
"@nx/web": "21.2.3",
197197
"@nx/webpack": "21.2.3",
198198
"@pmmmwh/react-refresh-webpack-plugin": "0.5.15",
199+
"@playwright/test": "1.57.0",
199200
"@rollup/plugin-alias": "5.1.1",
200201
"@rollup/plugin-replace": "6.0.1",
201202
"@rslib/core": "^0.10.4",

packages/chrome-devtools/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
"@modern-js/storybook": "2.70.2",
8989
"@modern-js/tsconfig": "2.70.2",
9090
"@module-federation/runtime": "workspace:*",
91-
"@playwright/test": "1.51.1",
91+
"@playwright/test": "1.57.0",
9292
"@types/chrome": "^0.0.272",
9393
"@types/dagre": "^0.7.52",
9494
"@types/jest": "~29.2.4",

0 commit comments

Comments
 (0)