Skip to content

Commit 4d64f96

Browse files
committed
dropdown chrome ver
1 parent 8ecb69e commit 4d64f96

4 files changed

Lines changed: 15 additions & 16 deletions

File tree

.github/workflows/auto-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
node-version: 24
2626
cache: 'pnpm'
2727
- run: pnpm i
28-
- run: npx playwright install --with-deps chromium
28+
- run: npx playwright install --with-deps
2929
- run: pnpm build
3030
- run: xvfb-run --auto-servernum --server-args="-screen 0 1920x1080x24" pnpm test
3131
- name: upload video

e2e/fixtures.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,6 @@ export const test = base.extend<{
5050
recordVideo: {
5151
dir: videoDir,
5252
},
53-
channel: 'chromium',
5453
// executablePath: chromeExePath,
5554
})
5655
await use(context)

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"@babel/plugin-proposal-decorators": "^7.28.0",
3838
"@babel/plugin-transform-react-jsx": "^7.27.1",
3939
"@chialab/esbuild-plugin-meta-url": "^0.18.2",
40-
"@playwright/test": "1.52.0",
40+
"@playwright/test": "1.49.0",
4141
"@preact/preset-vite": "^2.10.2",
4242
"@types/chrome": "0.1.27",
4343
"@types/color": "^4.2.0",

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)