fix more tests paths

This commit is contained in:
fuomag9
2026-03-07 02:11:45 +01:00
parent 77e9a7d2f1
commit 6e987e2c90
3 changed files with 28 additions and 78 deletions
+2 -1
View File
@@ -1,4 +1,5 @@
import { defineConfig, devices } from '@playwright/test';
import { resolve } from 'node:path';
export default defineConfig({
testDir: './e2e',
@@ -11,7 +12,7 @@ export default defineConfig({
reporter: 'list',
use: {
baseURL: 'http://localhost:3000',
storageState: './.auth/admin.json',
storageState: resolve(__dirname, '.auth/admin.json'),
trace: 'on-first-retry',
},
projects: [