We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c970fec commit fd9d39aCopy full SHA for fd9d39a
tests/playwright/test_regressions.py
@@ -85,7 +85,7 @@ def test_screenshot(page: Page, path: str):
85
mismatch = pixelmatch(img_a, img_b, img_diff, threshold=0.2, includeAA=False)
86
87
img_diff.save(f"/tmp/screenshot_diff_{path}.png")
88
- assert mismatch < 50
+ assert mismatch < 1500
89
90
else:
91
shutil.copy(
0 commit comments