I am trying to integrate Android Unit Tests into Jenkins, so far
everything runs correctly via adb. At the end of the tests however, I
would like to be able to get the tests results in an JUnit XML file
format, so as to enable the CI build system to parse and display the
data graphically.

In order to support this, I have found some user supported solutions:
http://code.google.com/p/the-missing-android-xml-junit-test-runner/
http://code.neenbedankt.com/android-junit-results-in-hudson

I am curious if this will become a part of the SDK in the future.
Either with additional instrumentation args, or as a new class? (eg.
JUnitInstrumentationTestRunner)

Cheers,
Charles

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

Reply via email to