Skip to content

Commit e4b7093

Browse files
dominikgbrillout
andauthored
vike tests use playwright and it complained install was missing (#365)
* vike tests use playwright and it complained install was missing * Update tests/vike.ts Co-authored-by: Rom <[email protected]> --------- Co-authored-by: Rom <[email protected]>
1 parent e74e025 commit e4b7093

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/vike.ts

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ export async function test(options: RunOptions) {
1111
'@vitejs/plugin-vue': true,
1212
},
1313
build: 'build',
14+
beforeTest: 'pnpm exec playwright install chromium',
1415
test: 'test:vite-ecosystem-ci',
1516
})
1617
}

0 commit comments

Comments
 (0)