Skip to content

Commit ef2d2df

Browse files
committed
fix(test): install chromium before run test
1 parent 8ca47b6 commit ef2d2df

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/router.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ export async function test(options: RunOptions) {
77
repo: 'vuejs/router',
88
branch: 'main',
99
build: 'build',
10+
beforeTest: 'pnpm playwright install chromium',
1011
test: 'test',
1112
})
1213
}

0 commit comments

Comments
 (0)