We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f39f59a commit 0428a62Copy full SHA for 0428a62
site/e2e/playwright.config.ts
@@ -5,6 +5,9 @@ const config: PlaywrightTestConfig = {
5
testDir: "tests",
6
globalSetup: require.resolve('./globalSetup'),
7
8
+ // Create junit report file for upload to DataDog
9
+ reporter: [['junit', { outputFile: 'junit.xml' }]],
10
+
11
use: {
12
baseURL: "http://localhost:3000",
13
video: "retain-on-failure",
0 commit comments