Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Android espresso maven and gradle setup

Does any one have an example of maven setup of the new Android UI test framework called espresso ?

like image 467
Snicolas Avatar asked Oct 19 '13 12:10

Snicolas


1 Answers

Quality Tools for Android now proposes both a maven and gradle setup example for android-test-kit/espresso.

To launch the espresso tests you can use either :

  • mvn -P espresso
  • gradle :android-sample-espresso-tests:connectedCheck
like image 145
Snicolas Avatar answered Oct 01 '22 19:10

Snicolas