feat: Plus und Minus Icons

This commit is contained in:
ISA
2025-09-16 13:47:11 +02:00
parent 2e5acf9327
commit e520207526
14 changed files with 81 additions and 172 deletions

View File

@@ -10,12 +10,14 @@ module.exports = defineConfig({
expect: { timeout: 10_000 },
fullyParallel: true,
retries: process.env.CI ? 2 : 0,
reporter: [["list"], ["junit", { outputFile: "reports/junit/playwright.xml" }]],
// Keep console-friendly reporter only; no JUnit output since it's not used currently
reporter: [["list"]],
use: {
baseURL: "http://localhost:3000",
trace: "on-first-retry",
video: "retain-on-failure",
screenshot: "only-on-failure",
// Disable artifact generation locally to avoid creating files
trace: "off",
video: "off",
screenshot: "off",
headless: true,
},
projects: [