chore: move report into playwright
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user