chore: move report into playwright

This commit is contained in:
ISA
2025-09-16 14:00:05 +02:00
parent e520207526
commit 73e9c63e36
12 changed files with 18 additions and 153 deletions

View File

@@ -12,6 +12,8 @@ module.exports = defineConfig({
retries: process.env.CI ? 2 : 0,
// Keep console-friendly reporter only; no JUnit output since it's not used currently
reporter: [["list"]],
// Store any runner outputs (attachments, logs) under playwright/test-results
outputDir: "playwright/test-results",
use: {
baseURL: "http://localhost:3000",
// Disable artifact generation locally to avoid creating files