Updates artifacts folder path

Updates the path to the artifacts folder in the Playwright config.

This ensures that test results are stored in the correct location
within the project structure.
This commit is contained in:
maguire-arman 2025-04-08 11:29:47 -04:00
parent 8a0127156f
commit 2e69f741c0

View file

@ -27,7 +27,7 @@ if (!process.env.CI) {
const reportConfig: OrtoniReportConfig = {
port: 1994,
open: "never",
folderPath: "artifacts/test-results",
folderPath: "playwright-tests/artifacts/test-results",
filename: "index.html",
logo: "../data/logo.png",
title: "Test Report",