docs: configuration of junit reporter in ci.md (#28817)
This commit is contained in:
parent
df4b11c169
commit
7bffff5790
|
|
@ -227,7 +227,7 @@ Note: The JUnit reporter needs to be configured accordingly via
|
||||||
import { defineConfig } from '@playwright/test';
|
import { defineConfig } from '@playwright/test';
|
||||||
|
|
||||||
export default defineConfig({
|
export default defineConfig({
|
||||||
reporter: ['junit', { outputFile: 'test-results/e2e-junit-results.xml' }],
|
reporter: [['junit', { outputFile: 'test-results/e2e-junit-results.xml' }]],
|
||||||
});
|
});
|
||||||
```
|
```
|
||||||
in `playwright.config.ts`.
|
in `playwright.config.ts`.
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue