diff --git a/playwright.config.ts b/playwright.config.ts index d2d2e59..f0c834b 100644 --- a/playwright.config.ts +++ b/playwright.config.ts @@ -30,6 +30,15 @@ export default defineConfig({ /* Collect trace when retrying the failed test. See https://playwright.dev/docs/trace-viewer */ trace: 'on-first-retry', + + animations: 'disabled', + colorScheme: 'light', + }, + + expect: { + toHaveScreenshot: { + maxDiffPixels: 50, + }, }, /* Configure projects for major browsers */