FormidableLabs / react-native-owl

Visual regression testing library for React Native that enables developers to introduce visual regression tests to their apps.
https://formidable.com/open-source/react-native-owl/
MIT License
635 stars 27 forks source link

Can we skip the building step? #154

Open sospedra opened 1 year ago

sospedra commented 1 year ago

I want to use this amazing library alongside our current Detox suite. But building the app twice (4 times if we count the different OS) is an overkill. I don't see the option to pass a path or something to owl to indicate where the binaries are. How does this library know what binary must run? Is this possible? I suspect that might be some sort of config that makes it possible but I don't know enough about the details of owl to pull it off.

Thank you 💜

andranikm97 commented 1 year ago

Are you by any chance overlooking the ios.binaryPath and android.binaryPath fields in the config: https://formidable.com/open-source/react-native-owl/docs/introduction/config-file?

vforvasile commented 1 year ago

Would be really nice to be able to use the Detox build without building it again.

Did you figure it out @sospedra ?