diff --git a/playwright.config.js b/playwright.config.js index b28abda..c8a3655 100644 --- a/playwright.config.js +++ b/playwright.config.js @@ -25,6 +25,7 @@ export default defineConfig({ /* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */ trace: "on-first-retry", + outputDir: "tmp/test-results", }, /* Configure projects for major browsers */