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.
This commit is contained in:
parent
8f88c84555
commit
e90bea161d
1 changed files with 2 additions and 2 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Reference in a new issue