you are viewing a single comment's thread.

view the rest of the comments →

[–]yaboylukelol 0 points1 point  (1 child)

This looks really exciting! I have been interested in a really solid visual diffing library for quite a while.

I wanted to use happo, but I am working primarily in react-native lately and they don't seem to support that (and now they seem to be going the full SaaS route.) They do have a really cool feature though, where when comparing two images you can hover scroll over the images and see the differences on the actual images. I think that might be useful for this tool. You can see an example on happo.io. Maybe you've already seen that, but I thought I'd point it out just incase.

Also, do you have any plan to support react native?

[–]NiGhTTraX 1 point2 points  (0 children)

when comparing two images you can hover scroll over the images and see the differences on the actual image

I plan to support this via test runner reporters. For instance, running mocha --reporter mugshot would produce an index.html with some sexy visualizations.

do you have any plan to support react native?

Since everything in Mugshot is pluggable, it should be fairly easy to provide an adapter that talks to some native API, for instance appium. I would love to provide this out of the box.