开发者

Android ant run-tests artifacts

When I do an ant run-tests on my android test project it runs fine and I can see a summary of tests run and failures. Is there more detailed information available, like a log file I can save on each test run? Basically I want to be able to run my tests from the command line and for each run have a list of failures/passes with as much detail as possible plus a capture from 开发者_运维技巧logcat (but I guess I have to do that manually). Thanks


You might want to take a look at Android JUnit Report Test Runner:

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

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜