commit content

This commit is contained in:
panchengyong
2026-03-06 02:02:59 +08:00
parent 99b07682e7
commit c28ada5050
733 changed files with 128794 additions and 248 deletions

View File

@@ -6,12 +6,19 @@ export default defineConfig({
expect: {
timeout: 5 * 1000
},
reporter: [
['html', { open: 'never', outputFolder: 'playwright-report' }],
['json', { outputFile: 'test-results/results.json' }],
['list']
],
use: {
baseURL: process.env.ERP_BASE_URL || 'http://localhost:5173',
baseURL: process.env.ERP_BASE_URL || 'http://localhost:5183',
headless: true,
viewport: { width: 1440, height: 900 },
ignoreHTTPSErrors: true,
trace: 'on-first-retry'
screenshot: 'on',
video: 'on',
trace: 'on'
},
projects: [
{