We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d7b853b commit d26963bCopy full SHA for d26963b
1 file changed
tests/rsbuild/rstest.ts
@@ -9,7 +9,7 @@ export async function test(options: RunOptions) {
9
// ignore snapshot changes
10
test: ['test -u'],
11
beforeTest: async () => {
12
- await $`npx playwright install chromium webkit`;
+ await $`npx playwright install chromium webkit --with-deps`;
13
},
14
});
15
}
0 commit comments