openbakery / gradle-xcodePlugin

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

Parses testsummary in subfolder to respect run destination. #400

Closed fonkadelic closed 5 years ago

fonkadelic commented 5 years ago

The *.xcresult/TestSummaries.plist file doesn't contain the the RunDestination which causes problems if the simulator OS is specified. It looks like the correct summary file is located in the subfolder *_Test/. This folder is getting parsed now.

Additional Notes: