-
Type:
New Feature
-
Status: Resolved (View Workflow)
-
Priority:
Major
-
Resolution: Fixed
-
Component/s: xcode-plugin
-
Labels:None
-
Environment:Jenkins 2.14, Xcode plugin 1.4.11
-
Similar Issues:
Current Xcode plugin v1.4.11 is not updated to support Xcode 8. Test case result is not getting parsed properly in this version. It marks failed test case as passed in test result analyser report.
The reason behind this is Xcode 8 changed the way of XML of UI test report. JUnit plugin is not able to parse this XML to generate a test report. I have used XCPretty mediator that converts Xcode 8 XML report into JUnit supported XML. You can find more details at https://blog.talentica.com/2017/04/04/use-xcode-8-with-jenkins/