dx: steadier tests
Massimo Melina committed
Sep 3, 2025 at 22:13 UTC
bc64a86902deae7bca971fabc1004ce447168654
1 file changed
+1
playwright.config.ts
+1
@@ -85,6 +85,7 @@ export default defineConfig({
85
expect: {
86
toHaveScreenshot: {
87
stylePath: 'e2e/screenshot.css',
88
+ threshold: 0.5,
89
},
90
},
91
/* Run your local dev server before starting the tests */