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.
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
actualDirwith those in a localexpectedDir.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
adbto get screenshots from our physical devices. There is no need for us to publish the expected images to S3 or the like.