From 060bc04e6e348e718e15e93d52f57e7ad3802884 Mon Sep 17 00:00:00 2001 From: Sean Rankine Date: Tue, 23 Jul 2024 15:16:44 +0100 Subject: [PATCH] Set test-results in tmp folder --- playwright.config.js | 1 + 1 file changed, 1 insertion(+) 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 */