diff --git a/healthlink-his-ui/playwright.config.ts b/healthlink-his-ui/playwright.config.ts index 394c354d0..28c9e220c 100755 --- a/healthlink-his-ui/playwright.config.ts +++ b/healthlink-his-ui/playwright.config.ts @@ -13,7 +13,7 @@ export default defineConfig({ ], use: { baseURL: process.env.TEST_BASE_URL || 'http://localhost:81', - screenshot: 'only-on-failure', + screenshot: 'on', video: 'retain-on-failure', trace: 'retain-on-failure', viewport: { width: 1920, height: 1080 },