diff --git a/playwright.config.js b/playwright.config.js index 6738c3b223..5df45e0d34 100644 --- a/playwright.config.js +++ b/playwright.config.js @@ -18,6 +18,7 @@ module.exports = defineConfig({ baseURL: process.env.HOST ? `https://${process.env.HOST}` : 'http://localhost:4001', /* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */ trace: 'on-first-retry', + screenshot: "on" }, /* set the expect timeout to 30s */ expect: { timeout: 30000 },