Search code examples
androiduser-interfacejenkinsrobotiumspoon

Android: UI Collaboration (Jenkins+Spoon+?)


I really like the idea of automated testing for Android.
I've tried Spoon, which gives great results for previewing current state of UI on different devices.
The problem is how to effectively share it with the team (developers/UI/UX).

What I want to have is: build server(Jenkins) triggers Robotium+Spoon test, which takes screenshots of each screen, then the build server publishes results of Spoon to some web-app(?), where we can see all the Spoon reports grouped by date and where we can leave comments on each of the screenshot.
What web-app will fit my needs?


Solution

  • I currently just use Jenkins. I have a script execute spoon and then I pointed Jenkins to where spoon outputs the results and presto! We now have automated test results attached to every build. Coupled with the screenshots this has impressed my managers and made debugging a much easier process. The last bonus is that it's all FREE! enter image description here