react-native-detox-example
react-native-detox-example copied to clipboard
Possible to run using jest cli rather than detox cli?
Hey @grabbou - Looking at the possibility of using detox + jest, so thank you for the quick example setup. Very helpful.
I did notice that you moved away from using jest cli to detox cli in this commit: https://github.com/grabbou/react-native-detox-example/commit/745ebc5214b839883ec0e13dbc78f9e3bbae2edf#diff-b9cfc7f2cdf78a7f4b91a753d10865a2
I was wondering if there were shortcomings with: detox build && jest. I am using webstorm which has a nice plugin for running/debugging jest tests from within the editor:
There doesn't appear to be any clear path for having this same functionality for executing detox.
Thanks!