diff --git a/playwright-tests/playwright.config.ts b/playwright-tests/playwright.config.ts index 5d3be4118..2a1c8a4b8 100644 --- a/playwright-tests/playwright.config.ts +++ b/playwright-tests/playwright.config.ts @@ -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']