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:
parent
8a0127156f
commit
2e69f741c0
1 changed files with 1 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue