Skip to content

Commit 6836c5f

Browse files
authored
fix(vitepress): install playwright browser (#355)
1 parent 8e58d4e commit 6836c5f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/vitepress.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ export async function test(options: RunOptions) {
1010
},
1111
branch: 'main',
1212
build: 'build',
13+
beforeTest: 'pnpm playwright install chromium',
1314
test: 'test',
1415
})
1516
}

0 commit comments

Comments
 (0)