We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 96cad50 commit adebee4Copy full SHA for adebee4
packages/kit-headless/playwright.config.ts
@@ -49,7 +49,7 @@ export default defineConfig({
49
50
expect: {
51
toHaveScreenshot: {
52
- maxDiffPixels: 10,
+ maxDiffPixelRatio: 0.02,
53
},
54
55
0 commit comments