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 0428a62 commit 94c7684Copy full SHA for 94c7684
site/e2e/playwright.config.ts
@@ -6,7 +6,7 @@ const config: PlaywrightTestConfig = {
6
globalSetup: require.resolve('./globalSetup'),
7
8
// Create junit report file for upload to DataDog
9
- reporter: [['junit', { outputFile: 'junit.xml' }]],
+ reporter: [['junit', { outputFile: 'test-results/junit.xml' }]],
10
11
use: {
12
baseURL: "http://localhost:3000",
0 commit comments