Im using Jenkins to run UI Testing suites for various xcode projects. Most of the projects shows the 'Test Result Trend' graph with no problem.
However, one of my projects fails to show the graph.
I have run the build a few times found but cannot find any obvious differences between those projects that display the graph and those that dont:
Really at a loss on this one and so thought I would post to see if anyone else has resolved an issue like this before?
Updated more details:
To get the resulting trend of Jenkins's job execution you just go into your project and click on the hyperlink trend which would be available just after build history. By doing this, you will get the result of the last 20 or 30 days which is again configurable.
You get to the Test Result page by clicking a build link on the Status or History page of your Jenkins project, or by clicking Test Result in the menu on the left. Click the image to enlarge it. At the top of the page, Jenkins displays summary information about the executed tests and their total execution time.
junit : Archive JUnit-formatted test results To use this feature, first set up your build to run tests, then specify the path to JUnit XML files in the Ant glob syntax, such as **/build/test-reports/*. xml. Be sure not to include any non-report files into this pattern.
It's a jenkins plugin that collects jobs and test results and reports them in : html, email, graphs.
Test Result Trends does not show up on Job page unless you have at least one successful (100% passed) test run. If you have all test runs as failure till date, it will not show.
Little bit late to the party...
"Test Result Trend" will be shown if you have at least one failed and at least one successful test.
That was the case with NUnit plugin in my Jenkins configuration.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With