dwinzo-sdet/playwright.config.ts

8 lines
152 B
TypeScript
Raw Normal View History

2025-05-17 11:00:18 +00:00
import { defineConfig } from '@playwright/test';
export default defineConfig({
use: {
// Enable trace collection
trace: 'on',
},
});