square / spoon

Distributing instrumentation tests to all your Androids.
https://square.github.io/spoon/
Apache License 2.0
2.7k stars 477 forks source link

Jenkins plugin Publish JUnit test result isn't able to detect tests properly #567

Closed alphaguy4 closed 4 years ago

alphaguy4 commented 5 years ago

I am trying to run instrumentation test and publish test results on the jenkins CI. However, using Publish JUnit test result it is not able to detect all the tests. I need some xml file i guess spoon is not able to generate those.

alphaguy4 commented 5 years ago

Also, spoon doesn't show test in packages. It shows simply all the unit test as a single list. Is there any way to see test runs in packages ?

alphaguy4 commented 4 years ago

[UPDATE] The issue was because of the change in the path of JUnit files. Kindly point to correct source path in plugin on Jenkins Closing issue !