Files
dwinzo-sdet/playwright.config.ts
2025-05-17 11:00:18 +00:00

8 lines
152 B
TypeScript

import { defineConfig } from '@playwright/test';
export default defineConfig({
use: {
// Enable trace collection
trace: 'on',
},
});