diff --git a/tests/rspack/rstest.ts b/tests/rspack/rstest.ts index def43406..d03ed265 100644 --- a/tests/rspack/rstest.ts +++ b/tests/rspack/rstest.ts @@ -19,7 +19,7 @@ export async function test(options: RunOptions) { ], beforeTest: async () => { // Browser e2e still covers WebKit; Chromium uses GitHub's Chrome. - await $`pnpm exec playwright install webkit`; + await $`pnpm exec playwright install webkit --with-deps`; }, }); }