Is this possible to run test with TestNG in Android Studio? -


i using android studio 2.1.2 , want write test using testng wrapper test app. can't find find usefull stuff how android studio or if possible @ all?

android studio more , less intellij. android studio 2.1.2 based on intellij 15. then, should refer intellij documentation when want not officially documented android studio.

about testng, intellij documentation https://www.jetbrains.com/help/idea/15.0/run-debug-configuration-testng.html

if find testng option in intellij, win. otherwise, can conclude not possible (but intellij android plugin should able it).


Comments