diff --git a/packages/e2e/playwright-ci.config.js b/packages/e2e/playwright-ci.config.js index 80e967f747d..4671202325d 100644 --- a/packages/e2e/playwright-ci.config.js +++ b/packages/e2e/playwright-ci.config.js @@ -80,7 +80,7 @@ const config = { outputFolder: '../../html-test-results' //Must be in different location due to https://github.com/microsoft/playwright/issues/12840 } ], - ['junit', { outputFile: '../test-results/results.xml' }] + ['junit', { outputFile: '../test-results/results.xml' }] ] };