diff --git a/playwright.config.js b/playwright.config.js index b28abda..082c3b6 100644 --- a/playwright.config.js +++ b/playwright.config.js @@ -10,6 +10,7 @@ dotenv.config({ path: path.resolve(__dirname, ".env") }); */ export default defineConfig({ testDir: "./tests", + outputDir: "tmp/test-results", /* Run tests in files in parallel */ fullyParallel: true, /* Fail the build on CI if you accidentally left test.only in the source code. */