eBay / flutter_glove_box

Various eBay tools for Flutter development
BSD 3-Clause "New" or "Revised" License
319 stars 68 forks source link

Not generating failure images when width/height has different #191

Open JeffreyKhangJiaFei opened 6 months ago

JeffreyKhangJiaFei commented 6 months ago

Hi there,

Just to confirm, when I tried to change device list parameter and trigger flutter test, the test case will fail and not generating failure images, is this expected behaviour? log

I double check the code in _goldens_io.dart , in line 203 to 211, it didn't include maskedDiff bytedata in the ComparisonResult. code