Skip to content
Snippets Groups Projects
Unverified Commit 516f0c25 authored by Matiss Janis Aboltins's avatar Matiss Janis Aboltins Committed by GitHub
Browse files

:wrench: (vrt) make screenshot comparisons more strict (#1960)

parent 2c87c603
No related branches found
No related tags found
No related merge requests found
......@@ -54,4 +54,7 @@ export default defineConfig({
trace: 'on-first-retry',
ignoreHTTPSErrors: true,
},
expect: {
toHaveScreenshot: { maxDiffPixels: 5 },
},
});
---
category: Maintenance
authors: [MatissJanis]
---
Make screenshot comparisons more strict to improve reliability
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment