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

Phabricator reporter doesn't include test run times #736

Closed withinfocus closed 7 years ago

withinfocus commented 7 years ago

The Phabricator reporter output does not include test execution time. Phabricator's unit test result class:

https://github.com/phacility/arcanist/blob/master/src/unit/ArcanistUnitTestResult.php

includes a duration property. A minor enhancement to produce this value in the JSON results from the reporter would be great.

withinfocus commented 7 years ago

Thanks!