commit content
This commit is contained in:
@@ -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: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user