rahul7386 / robotium

Automatically exported from code.google.com/p/robotium
0 stars 0 forks source link

How to generate the robotium test reports? #670

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.Create test cases 
2.Integrate application with jenkins
3.run tests from jenkins.

What is the expected output? What do you see instead?
Robotium should generate the test results in xml or html

What version of the product are you using? On what operating system?
robotium-5.2.2.jar

Please provide any additional information below.
We have integrated robotium with jenkins, everything is working fine but we are 
not able to generate reports, How would jenkins know wheater test is passed or 
failed?
Is there any way we can get all the test results?

Original issue reported on code.google.com by shiva...@triveous.com on 2 Apr 2015 at 3:33

GoogleCodeExporter commented 9 years ago
There is a JUnit Plugin for Jenkins. Install it and set it up. 

https://wiki.jenkins-ci.org/display/JENKINS/JUnit+Plugin

Original comment by renasr...@gmail.com on 2 Apr 2015 at 4:32

GoogleCodeExporter commented 9 years ago
Thanks for your reply, but where robotium test results are stored(.xml)? I dont 
see any reports are generated in my direcotory. JUnit plugin needs a .xml 
report to show. 

Original comment by shiva...@triveous.com on 3 Apr 2015 at 5:54