From de580f2e70c9ed6ddb1a20325ef6320322275f5c Mon Sep 17 00:00:00 2001 From: JennyNou <167806377+JennyNou@users.noreply.github.com> Date: Wed, 14 Jan 2026 14:20:26 -0500 Subject: [PATCH] Add accessibility exports back in --- playwright-tests/playwright.config.ts | 3 +++ 1 file changed, 3 insertions(+) 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 */