react-native-detox-example icon indicating copy to clipboard operation
react-native-detox-example copied to clipboard

Possible to run using jest cli rather than detox cli?

Open jaridmargolin opened this issue 7 years ago • 0 comments

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:

screen shot 2018-08-17 at 2 16 32 pm

There doesn't appear to be any clear path for having this same functionality for executing detox.

Thanks!

jaridmargolin avatar Aug 17 '18 18:08 jaridmargolin