开发者

Android ant run-tests artifacts

开发者 https://www.devze.com 2023-03-22 02:31 出处:网络
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 t

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

精彩评论

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