Is there a way to get more easily parseable output from a test suite
of ActivityUnitTestCases and ActivityInstrumentationTestCase2s?
Possibly some extras passed to "adb am instrument"?

The output of "am instrument" is fine for manual test runs, but I am
looking for something more structured so that I can feed it into a
continuous integration system.  Maybe something like the XML reports
produced by JUnit?  Since the Android test framework is based on
JUnit, is there a way to turn on such features?  Or does this output
already exist and I was looking in the wrong place on the filesystem?

Note, I am not really looking for EMMA coverage reports (unless that
also produces detailed test reports?), just unit test results.

Thanks.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to