Hi guys I've developed a script to capture android instrumentation
tests from a device or emulator and convert it to ant Junit XML format
for reporting in your C.I. system of choice.

The script is pretty simple and has a few minor bugs but works all in
all.

I've released it to open source as it was just an aside, I will be
using it and tidying it as time goes on, but everyone is welcome to
contribute.

I hope it helps

find the project here
http://code.google.com/p/android-junit-xml-reporter/

usage:
1) make sure you have already deployed your tests to your device.
2) place the file androidxmltestreporter.py in the root directory of
your test-project
3)then call ./androidxmltestreporter.py -p {instrumentation test
package}

the xml will be spat out into the a folder called target, under your
root folder.


-- 
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