We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 79fa336 + fccd2ad commit 55141f5Copy full SHA for 55141f5
1 file changed
turbo.json
@@ -19,7 +19,8 @@
19
},
20
"test:e2e": {
21
"dependsOn": ["^build"],
22
- "cache": false
+ "outputs": ["playwright-report/**", "test-results/**"],
23
+ "passThroughEnv": ["PLAYWRIGHT_*", "CI"]
24
25
"test:e2e:report": {
26
"cache": false
0 commit comments