We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee6bd55 commit 5d6e3faCopy full SHA for 5d6e3fa
epicshop/playwright.config.js
@@ -3,7 +3,11 @@ import path from 'path'
3
import { defineConfig, devices } from '@playwright/test'
4
5
const PORT = process.env.PORT || '5639'
6
-const tmpDir = path.join(os.tmpdir(), 'epicreact-server-components')
+const tmpDir = path.join(
7
+ os.tmpdir(),
8
+ 'epicshop-playwright',
9
+ path.basename(new URL('../', import.meta.url).pathname),
10
+)
11
12
export default defineConfig({
13
outputDir: path.join(tmpDir, 'playwright-test-output'),
0 commit comments