gmgchow / fastlane-plugin-retry

A Fastlane plugin that automatically retries failed XCUITest test cases and generates a .plist report
MIT License
8 stars 1 forks source link

Is fastlane-plugin-retry compatible with Xcode 11? #4

Open selin194 opened 4 years ago

selin194 commented 4 years ago

Hey all, we want to retry failed test cases on CI by using this plugin. When I read README file I see plugin parses plist files which are not generated anymore in Xcode version 11. Is there any version of fastlane-plugin-retry which parses xcresult file that is generated as output file in Xcode 11? Thank you @gmgchow @rhomel.

YixingWangJ commented 3 years ago

same question. It would be really great to parses xcresult file.

rhomel commented 3 years ago

Hello I am not actually the author (just someone that works with @gmgchow ) but we haven't had time to work on this.