diff --git a/playwright-tests/playwright.config.ts b/playwright-tests/playwright.config.ts index 2eb4b378..070a1c7b 100644 --- a/playwright-tests/playwright.config.ts +++ b/playwright-tests/playwright.config.ts @@ -58,6 +58,9 @@ const jiraReportConfig: JiraReporterConfig = { ...ortoniReportConfig }; +export const reportFilePath = path.resolve(__dirname, './../test-results/accessibility-report.html'); +export const jsonReportFilePath = path.resolve(__dirname, './../test-results/accessibility-report.json'); + export default defineConfig({ testDir: './tests', /* Run tests in files in parallel */