const { defineConfig } = require('@playwright/test'); module.exports = defineConfig({ testDir: './tests', fullyParallel: true, reporter: process.env.CI ? 'blob' : 'html', });