From f5f5ffe84b62e6801fe83f94b200788c08d8435e Mon Sep 17 00:00:00 2001 From: Haoqun Jiang Date: Wed, 31 Jul 2024 13:42:42 +0800 Subject: [PATCH] fix: vue-i18n now uses playwright-core --- tests/vue-i18n.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/vue-i18n.ts b/tests/vue-i18n.ts index 3767627..dc48069 100644 --- a/tests/vue-i18n.ts +++ b/tests/vue-i18n.ts @@ -10,7 +10,7 @@ export async function test(options: RunOptions) { script: 'build', args: ['--all', '-t'], }, - beforeTest: 'pnpm playwright install chromium', + beforeTest: 'pnpm playwright-core install chromium', test: [ 'test:cover', 'test:type',