bslatkin / dpxdt

Make continuous deployment safe by comparing before and after webpage screenshots for each release. Depicted shows when any visual, perceptual differences are found. This is the ultimate, automated end-to-end test.
https://dpxdt-test.appspot.com
Apache License 2.0
1.44k stars 124 forks source link

Exclude regions know to have minor differences [date/time fields] #216

Open mcruz-umich opened 6 months ago

mcruz-umich commented 6 months ago

Hello,

Is it possible to configure the tests to ignore regions on the page that we know are not buggy but are dynamic? For example, a date field or time field in the upper right of our pages. Typically these will be caught by dpxdt with like a 1% error failure. The only difference is it is a different date or time, so it would be useful to have this test ignore that change and report the test as successful. Perhaps with a note like, "Successful with known regional differences".

Please advise.

Thank you for this amazingly helpful tool!