Add some more GPT suggestions

Signed-off-by: Danila Fedorin <danila.fedorin@gmail.com>
This commit is contained in:
2026-01-18 22:17:02 -08:00
parent a4caeca24c
commit 3d8ef28677

View File

@@ -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 */