facebookarchive / xctool

An extension for Apple's xcodebuild that makes it easier to test iOS and macOS apps.
Apache License 2.0
6.91k stars 738 forks source link

Calculate total number of tests included in nested suites #776

Closed hushlorentz closed 4 years ago

hushlorentz commented 4 years ago

Fixes an issue where tests in suites nested in suites were not being added to the total. This was giving us incorrect total suite timeout information.

ExtremeMan commented 4 years ago

Thanks! I have checked locally on my laptop and all tests passed.

ExtremeMan commented 4 years ago

Thanks for your contribution!