xcresultparser
xcresultparser copied to clipboard
Parse the binary xcresult bundle from Xcode builds and testruns
Hello we have an issue where using the markdown format wont render `span` tag to Github actions step summary. Is there an existing way to fix this? If not I...
Hi. The issue the same as here https://github.com/fastlane/fastlane/issues/22132 These commands are okay ```bash ~ xcodebuild -version Xcode 15.4 Build version 15F31d ~ ./scripts/xcresultparser -o cli /fastlane/test_output/Test-MyApp-2024.07.09_14-57-50-339029-+0700.xcresult ``` These commands are...
Hello! I've noticed that the coverage values listed in the Cobertura reports generated by Xcresultparser do no match the coverage values reported by Xcode. After doing some digging, it seems...
I have a Swift Testing test similar to the following: ```swift @Test("Cancellation is detected", arguments: [ (false, false, true), (false, true, true), (false, nil, true), (true, false, false), (true, true,...
**Environment** Fastlane 2.228.0. xcresultparser 1.9.3 (we just updated to) Xcode 26.0.1 iOS 26 simulators macOS-15 runners **For below script** script: xcresultparser -o junit fastlane/test_output/${{ parameters.resultFile }} > testExecution.xml displayName: ${{...
This PR fixes Cobertura XML output so it’s valid against the official `coverage-04.dtd` and adds CLI flags for easier path handling in CI/CD environments. My last PR missed a few...
Hi Team, xcresultparser works very well for generic code coverage file.. Azure pipeline shows test coverage where as generated cobertura code coverage file (uploaded to SonarQube cloud) not showing coverage...