From fccd2ad32548172e4fd44810fe408383f053efce Mon Sep 17 00:00:00 2001 From: sect Date: Sat, 21 Jun 2025 13:30:06 +0900 Subject: [PATCH] perf(turbo): enable e2e test caching with outputs and env vars --- turbo.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/turbo.json b/turbo.json index 5be89bd..746e8b0 100644 --- a/turbo.json +++ b/turbo.json @@ -19,7 +19,8 @@ }, "test:e2e": { "dependsOn": ["^build"], - "cache": false + "outputs": ["playwright-report/**", "test-results/**"], + "passThroughEnv": ["PLAYWRIGHT_*", "CI"] }, "test:e2e:report": { "cache": false