diff --git a/playwright-tests/playwright.config.ts b/playwright-tests/playwright.config.ts index 3adfb38aa..658de5f12 100644 --- a/playwright-tests/playwright.config.ts +++ b/playwright-tests/playwright.config.ts @@ -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",