Starting with 1.2/1.3, we'll slowly add features for standalone test projects (they will need to target a app subproject).
However, the separate Eclipse test project and the androidTest inside a gradle project are the same thing really. If you could tell us why this doesn't work for you, we can improve things. The feature in 1.2/1.3 will not be fundamentally different from androidTest, it's just organized differently (and allow having more than one test app for a single app). thanks. On Tue, Mar 24, 2015 at 7:22 PM, Greg Macdonald <[email protected]> wrote: > I have a need to set up a suite of tests that only run in a specific > context, so not with either the Android instrumentation (/androidTest) or > unit (/test) set of tests. I understand that in eclipse one would create a > "test project" which was a separate project that ran against your app apk. > Is there a way to do this or something equivalent using Android Studio? > > thanks, > greg > > -- > You received this message because you are subscribed to the Google Groups > "adt-dev" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- Xavier Ducrohet Android SDK Tech Lead Google Inc. http://developer.android.com | http://tools.android.com Please do not send me questions directly. Thanks! -- You received this message because you are subscribed to the Google Groups "adt-dev" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
