diff --git a/tests/vuepress.ts b/tests/vuepress.ts index 05745b29..78cd9196 100755 --- a/tests/vuepress.ts +++ b/tests/vuepress.ts @@ -10,6 +10,7 @@ export async function test(options: RunOptions) { }, branch: 'main', build: 'build', + beforeTest: 'pnpm --filter e2e exec playwright install chromium', test: 'test', }) }