Skip to content

Commit 7f50dcd

Browse files
committed
actually collect traces
1 parent 2362062 commit 7f50dcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev-packages/browser-integration-tests/playwright.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ const config: PlaywrightTestConfig = {
1111
testMatch: /test.ts/,
1212

1313
use: {
14-
trace: process.env.GITHUB_ACTIONS ? 'retry-with-trace' : 'off',
14+
trace: process.env.GITHUB_ACTIONS ? 'retain-on-failure' : 'off',
1515
},
1616

1717
projects: [

0 commit comments

Comments
 (0)