Skip to content

Commit

Permalink
fix(vuepress): install playwright chromium before testing (#328)
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red authored Sep 30, 2024
1 parent 3be8aca commit befa3af
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/vuepress.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export async function test(options: RunOptions) {
},
branch: 'main',
build: 'build',
beforeTest: 'pnpm --filter e2e exec playwright install chromium',
test: 'test',
})
}

0 comments on commit befa3af

Please sign in to comment.