Android ant run-tests artifacts -


when ant run-tests on android test project runs fine , can see summary of tests run , failures. there more detailed information available, log file can save on each test run? want able run tests command line , each run have list of failures/passes detail possible plus capture logcat (but guess have manually). thanks

you might want take @ android junit report test runner:

https://github.com/jsankey/android-junit-report


Comments

Popular posts from this blog

c# - How to set Z index when using WPF DrawingContext? -

razor - Is this a bug in WebMatrix PageData? -

android - layout with fragment and framelayout replaced by another fragment and framelayout -