From 9384db567f336a7731eda3fc13d9c48a6f133780 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=BF=A0=20/=20green?= Date: Tue, 28 Jan 2025 20:51:04 +0900 Subject: [PATCH] perf(waku): only install chromium (#357) --- tests/waku.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/waku.ts b/tests/waku.ts index ba41ef7e..cfaf0931 100644 --- a/tests/waku.ts +++ b/tests/waku.ts @@ -7,7 +7,7 @@ export async function test(options: RunOptions) { repo: 'dai-shi/waku', branch: 'main', build: 'compile', - beforeTest: 'pnpm playwright install', + beforeTest: 'pnpm playwright install chromium', test: 'test-vite-ecosystem-ci', }) }