Skip to content

Commit

Permalink
test: ignore small diffs in e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
shadowusr committed Jul 31, 2024
1 parent 9d0bbd4 commit 1ac9782
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/func/common.testplane.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,9 @@ module.exports.getCommonConfig = (projectDir) => ({

browsers: {
chrome: {
assertViewOpts: {
ignoreDiffPixelCount: 4
},
windowSize: '1280x1024',
desiredCapabilities: {
browserName: 'chrome',
Expand Down

0 comments on commit 1ac9782

Please sign in to comment.