test(config): reduce playwright pixel threshold to 0.005 (#26375)

This commit is contained in:
Liam DeBeasi
2022-11-30 12:25:49 -05:00
committed by GitHub
parent 778312552e
commit df6064e986
98 changed files with 6 additions and 4 deletions

View File

@ -87,7 +87,7 @@ const config: PlaywrightTestConfig = {
* Increases the maximum allowed pixel difference to account
* for slight browser rendering inconsistencies.
*/
maxDiffPixelRatio: 0.01
maxDiffPixelRatio: 0.005
}
},
/* Fail the build on CI if you accidentally left test.only in the source code. */