Skip to content

Commit

Permalink
fix: playwright install woring in rsbuild (#60)
Browse files Browse the repository at this point in the history
  • Loading branch information
SyMind authored Oct 11, 2024
1 parent 3a93cd8 commit 47a9953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/rsbuild.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ export async function test(options: RunOptions) {
branch: process.env.RSBUILD_REF ?? 'main',
beforeTest: async () => {
cd('./e2e')
await $`pnpm playwright install --with-deps`
await $`npx playwright install`
cd('..')
},
test: ['e2e:rspack'],
Expand Down

0 comments on commit 47a9953

Please sign in to comment.