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:
parent
91d0ebd63f
commit
99abc2ec7b
1 changed files with 1 additions and 0 deletions
|
|
@ -85,6 +85,7 @@ export default defineConfig({
|
|||
['ortoni-report', ortoniReportConfig]
|
||||
]: [
|
||||
['ortoni-report', ortoniReportConfig],
|
||||
['junit'],
|
||||
['list']
|
||||
],
|
||||
timeout: 240_000,
|
||||
|
|
|
|||
Loading…
Reference in a new issue