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