tacoss / testcafe-blink-diff

Visual regression for Testcafé
65 stars 15 forks source link

exclude empty area from blockOut.json #50

Closed rawpixel-vincent closed 2 years ago

rawpixel-vincent commented 2 years ago

blockOut.json Before

[{"left":5,"right":85,"top":70,"bottom":890,"width":80,"height":820},{"left":1350,"right":1372,"top":169,"bottom":189,"width":22,"height":20},{"left":0,"right":0,"top":0,"bottom":0,"width":0,"height":0}]

blockOut.json After

[{"left":5,"right":85,"top":70,"bottom":890,"width":80,"height":820},{"left":1350,"right":1372,"top":169,"bottom":189,"width":22,"height":20}]
rawpixel-vincent commented 2 years ago

this is not fixing anything afaict, but it save some bytes

pateketrueke commented 2 years ago

Hi, can you rebase from dev instead? Thank you!

rawpixel-vincent commented 2 years ago

I've rebased from dev branch

rawpixel-vincent commented 2 years ago

stashed commits from master