trevjonez / composer-gradle-plugin

Gradle task type and plugin for interacting with https://github.com/gojuno/composer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to specify tests size?

juliocbcotta opened this issue · comments

Hi, is it possible to have gradle tasks for tests size? Like... with spoon we can spoonDebugAndroidTestSmall so it runs just the tests annotates with @SmallTest

based on the android InstrumentationTestRunner docs it should be something like the following:

instrumentationArgument('size', 'small')

using that in the correct location should give you what you need.