You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Will make working with the project a breeze. Instead of defining stuff in the package.json, pass arguments to the cli, for example: detox build ios/MyApp.xcproj MyAppDev, detox run e2e/,
then the cli automatically figures out what and where to build.
Then, in the user's package.json, he can define those scripts once like so "e2e": "detox build ios/MyApp.xcproj MyAppDev && detox run e2e/", and forgo all other installation and configuration coupling to the build path
The text was updated successfully, but these errors were encountered:
Will make working with the project a breeze. Instead of defining stuff in the package.json, pass arguments to the cli, for example:
detox build ios/MyApp.xcproj MyAppDev
,detox run e2e/
,then the cli automatically figures out what and where to build.
Then, in the user's package.json, he can define those scripts once like so
"e2e": "detox build ios/MyApp.xcproj MyAppDev && detox run e2e/"
, and forgo all other installation and configuration coupling to the build pathThe text was updated successfully, but these errors were encountered: