Skip to content

Commit 8cb8e94

Browse files
committed
AXON-537 turned on trace on build failure
1 parent 9f87ee6 commit 8cb8e94

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

playwright.config.js

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,7 @@ export default defineConfig({
66
width: 1600,
77
height: 800,
88
},
9-
},
10-
use: {
11-
// Docs: https://playwright.dev/docs/videos
12-
// To see all of the videos, change this to 'on'
139
video: 'retain-on-failure',
10+
trace: 'retain-on-failure',
1411
},
1512
});

0 commit comments

Comments
 (0)