chore: move playwright test and reports in playwright folder

This commit is contained in:
ISA
2025-09-16 14:18:50 +02:00
parent 73e9c63e36
commit fdb70d892c
6 changed files with 10 additions and 7 deletions

View File

@@ -10,8 +10,8 @@ module.exports = defineConfig({
expect: { timeout: 10_000 },
fullyParallel: true,
retries: process.env.CI ? 2 : 0,
// Keep console-friendly reporter only; no JUnit output since it's not used currently
reporter: [["list"]],
// Reporters: keep console-friendly list and generate an HTML report under playwright/reports
reporter: [["list"], ["html", { outputFolder: "playwright/reports", open: "never" }]],
// Store any runner outputs (attachments, logs) under playwright/test-results
outputDir: "playwright/test-results",
use: {