From e90bea161dc36942861bf4fb319c1fb50cbd07c7 Mon Sep 17 00:00:00 2001 From: maguire-arman Date: Fri, 9 May 2025 15:22:45 -0400 Subject: [PATCH] Updates test report output path Updates the default folder path for generated test reports. This ensures that test results are consistently saved in the "artifacts/test-results" directory. --- playwright-tests/impl/reporter/JiraWritebackReporter.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/playwright-tests/impl/reporter/JiraWritebackReporter.ts b/playwright-tests/impl/reporter/JiraWritebackReporter.ts index 6f228be00..b94d2315e 100644 --- a/playwright-tests/impl/reporter/JiraWritebackReporter.ts +++ b/playwright-tests/impl/reporter/JiraWritebackReporter.ts @@ -18,12 +18,12 @@ const reportName = `ortoni_report_${currentDate}.html`; const reportConfig: OrtoniReportConfig = { port: 1994, open: "never", - folderPath: "ortoni-report", + folderPath: "artifacts/test-results", filename: reportName, logo: 'playwright-tests/business-logic/data/logo.png', title: "Test Report", showProject: false, - projectName: "ISS-Nextgen-Playwright-Report", + projectName: "FMG-Nextgen-Playwright-Report", testType: `E2E- Environment: ${process.env.NODE_ENV} `, preferredTheme: "light", base64Image: true,