Adds JUnit reporter

Adds the JUnit reporter to the Playwright configuration.

This allows for generating JUnit-compatible XML reports, which can be useful for integrating with CI/CD systems and other tools that consume JUnit reports.
This commit is contained in:
maguire-arman 2025-07-10 11:53:27 -04:00
parent 91d0ebd63f
commit 99abc2ec7b

View file

@ -85,6 +85,7 @@ export default defineConfig({
['ortoni-report', ortoniReportConfig]
]: [
['ortoni-report', ortoniReportConfig],
['junit'],
['list']
],
timeout: 240_000,