Joined October 2012
·
Posted to
Automate Unit Testing a Titanium Alloy project
over 1 year
ago
The JUnit XML file will be writte to: ${WORKSPACE}/unit-testing-alloy-projects/junit-buildresults.xml
You can change the path in the code above. Note this is a Unix path, which works on my MacBook Pro.
The XML file is definately not written to the (mobile) device.
Achievements
350 Karma
40,967 Total ProTip Views
Walrus
The walrus is no stranger to variety. Use at least 4 different languages throughout all your repos
Nephila Komaci 3
Have at least three original repos where PHP is the dominant language
Forked
Have a project valued enough to be forked by someone else
Nephila Komaci
Have at least one original repos where PHP is the dominant language
Charity
Fork and commit to someone's open source project in need
Did you first try tu run this setup on your dev machine? My approach needs the ios simulator and also needs the ios certificates.
Maybe you can copy those certificates to the remote server, but first try locay so you know whaht happening while testing.
Hope this helps!