Skip to content

Commit 94c7684

Browse files
committed
Fix junit path
1 parent 0428a62 commit 94c7684

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/e2e/playwright.config.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ const config: PlaywrightTestConfig = {
66
globalSetup: require.resolve('./globalSetup'),
77

88
// Create junit report file for upload to DataDog
9-
reporter: [['junit', { outputFile: 'junit.xml' }]],
9+
reporter: [['junit', { outputFile: 'test-results/junit.xml' }]],
1010

1111
use: {
1212
baseURL: "http://localhost:3000",

0 commit comments

Comments
 (0)