Skip to content

Commit 0428a62

Browse files
committed
Add junit reporter for DataDog
1 parent f39f59a commit 0428a62

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

site/e2e/playwright.config.ts

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,9 @@ const config: PlaywrightTestConfig = {
55
testDir: "tests",
66
globalSetup: require.resolve('./globalSetup'),
77

8+
// Create junit report file for upload to DataDog
9+
reporter: [['junit', { outputFile: 'junit.xml' }]],
10+
811
use: {
912
baseURL: "http://localhost:3000",
1013
video: "retain-on-failure",

0 commit comments

Comments
 (0)