Adds Ortoni reporter
Adds the Ortoni reporter to the Playwright configuration. This change ensures that Ortoni reports are generated both in CI and local environments, providing comprehensive test result analysis.
This commit is contained in:
parent
43027f6d7b
commit
db8efa267d
1 changed files with 2 additions and 1 deletions
|
|
@ -81,7 +81,8 @@ export default defineConfig({
|
|||
/* Reporter to use. See https://playwright.dev/docs/test-reporters */
|
||||
reporter: process.env.CI? [
|
||||
['junit'],
|
||||
['playwright-jira-reporter', jiraReportConfig]
|
||||
['playwright-jira-reporter', jiraReportConfig],
|
||||
['ortoni-report', ortoniReportConfig]
|
||||
]: [
|
||||
['ortoni-report', ortoniReportConfig],
|
||||
['list']
|
||||
|
|
|
|||
Loading…
Reference in a new issue