Skip to content

Commit 55141f5

Browse files
authored
Merge pull request #46 from sectsect/enhance-playwright
perf(turbo): enable e2e test caching with outputs and env vars
2 parents 79fa336 + fccd2ad commit 55141f5

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

turbo.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,8 @@
1919
},
2020
"test:e2e": {
2121
"dependsOn": ["^build"],
22-
"cache": false
22+
"outputs": ["playwright-report/**", "test-results/**"],
23+
"passThroughEnv": ["PLAYWRIGHT_*", "CI"]
2324
},
2425
"test:e2e:report": {
2526
"cache": false

0 commit comments

Comments
 (0)