mirror of
https://github.com/iib0011/omni-tools.git
synced 2025-09-18 13:39:31 +02:00
feat: playwright report
This commit is contained in:
@@ -5,6 +5,7 @@ export default defineConfig({
|
||||
testMatch: /\.e2e\.(spec\.)?ts$/,
|
||||
fullyParallel: true,
|
||||
retries: 1,
|
||||
reporter: [['html', { open: 'never' }]],
|
||||
use: {
|
||||
baseURL: 'http://localhost:4173',
|
||||
trace: 'on-first-retry'
|
||||
|
Reference in New Issue
Block a user