From fb64fa139707094dec443de78fa0681052adb94e Mon Sep 17 00:00:00 2001 From: pompydev Date: Tue, 18 Mar 2025 18:35:47 +0900 Subject: [PATCH] fix failing E2E tests --- turbo.json | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/turbo.json b/turbo.json index b275dcb..bad371b 100644 --- a/turbo.json +++ b/turbo.json @@ -13,7 +13,11 @@ "cache": false }, "test:e2e": { - "cache": false + "cache": false, + "env": [ + "PLAYWRIGHT_BROWSERS_PATH", + "PLAYWRIGHT_SKIP_VALIDATE_HOST_REQUIREMENTS" + ] }, "lint": { "cache": false