openbakery / gradle-xcodePlugin

gradle plugin for building Xcode Projects for iOS, watchOS, macOS or tvOS
Apache License 2.0
455 stars 127 forks source link

Parses expected test failures #460

Closed fonkadelic closed 1 year ago

fonkadelic commented 1 year ago

When using XCTests expected failures the status value of the test result is "Expected Failure". Those tests should be marked as Passed in the generated report instead of Failed.

fonkadelic commented 1 year ago

@renep I'm not sure about the target branch (main or develop). Feel free to change.

BastianKusserow commented 1 year ago

Hey @renep, is there already a release with those changes? :) And if not, would you be so kind and create one?

renep commented 1 year ago

I have create now a 0.23 release with this pull request.

BastianKusserow commented 1 year ago

@renep I just checked out 0.23.0.26 and it seems like it doesn't contain these changes. Is the 0.23.0.26 build from main? Since there the commit isn't included and there is no 0.23.0.develop on openbakery.

renep commented 1 year ago

You are right. (Silly Me 🙈) There should be a 0.23.1 version now.