a7ex / xcresultparser

Parse the binary xcresult bundle from Xcode builds and testruns
MIT License
83 stars 24 forks source link

fix identifier match for test failed #4

Closed liuyunclouder closed 2 years ago

liuyunclouder commented 2 years ago

can not simply replace '/' with '.' , the 'testCaseName' field from XCResultKit(0.9.2) generated result is like '-[class method]'

liuyunclouder commented 2 years ago

maybe because my test code is written in Objective-C

a7ex commented 2 years ago

maybe because my test code is written in Objective-C

Most probably yes. Your change would then break tests written in swift. Can you send me an example .xcresult file, so that I can workout a solution which fits both needs.