const { defineConfig } = require("@playwright/test"); module.exports = defineConfig({ testDir: "./tests/e2e", timeout: 30000, reporter: "list", use: { headless: false, }, });