feat: Plus und Minus Icons
This commit is contained in:
@@ -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: [
|
||||
|
||||
Reference in New Issue
Block a user