Skip to content

Commit

Permalink
fix: preserve test results which needs to be uploaded to chromatic
Browse files Browse the repository at this point in the history
  • Loading branch information
Leksat committed Dec 17, 2024
1 parent cdc33a4 commit 3c68d01
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion tests/e2e/turbo.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@
"test:integration": {
"dependsOn": ["@custom/website#build"],
"env": ["PLAYWRIGHT_WEBSITE_URL", "PLAYWRIGHT_CMS_URL"],
"inputs": ["helpers/**", "specs/**", "playwright.config.ts"]
"inputs": ["helpers/**", "specs/**", "playwright.config.ts"],
"outputs": [
// Store test results for Chromatic.
"test-results/**"
]
}
}
}

0 comments on commit 3c68d01

Please sign in to comment.