Updated Script 17/5/25
This commit is contained in:
8
playwright.config.ts
Normal file
8
playwright.config.ts
Normal file
@@ -0,0 +1,8 @@
|
||||
import { defineConfig } from '@playwright/test';
|
||||
|
||||
export default defineConfig({
|
||||
use: {
|
||||
// Enable trace collection
|
||||
trace: 'on',
|
||||
},
|
||||
});
|
||||
Reference in New Issue
Block a user