reg-viz / reg-suit

:recycle: Visual Regression Testing tool
https://reg-viz.github.io/reg-suit
MIT License
1.17k stars 101 forks source link

Question - is it possible to compare against local images? #709

Open good-idea opened 1 month ago

good-idea commented 1 month ago

Is your feature request related to a problem? Please describe.

It seems like the plugin is configured to always use a publishing plugin. Is this true?

Describe the solution you'd like

I would like to be able to compare the images in the actualDir with those in a local expectedDir.

Describe alternatives you've considered

Nothing yet!

Additional context

I'm working on a React Native project that uses a custom ROM - we can't use emulators, so we need to use adb to get screenshots from our physical devices. There is no need for us to publish the expected images to S3 or the like.