Skip to content

Commit

Permalink
vike tests use playwright and it complained install was missing (#365)
Browse files Browse the repository at this point in the history
* vike tests use playwright and it complained install was missing

* Update tests/vike.ts

Co-authored-by: Rom <git@brillout.com>

---------

Co-authored-by: Rom <git@brillout.com>
  • Loading branch information
dominikg and brillout authored Feb 18, 2025
1 parent e74e025 commit e4b7093
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/vike.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ export async function test(options: RunOptions) {
'@vitejs/plugin-vue': true,
},
build: 'build',
beforeTest: 'pnpm exec playwright install chromium',
test: 'test:vite-ecosystem-ci',
})
}

0 comments on commit e4b7093

Please sign in to comment.