#unit-testing #command-line #macos #terminal #xcode #run #faster

app xrun

Command Line Tools for macOS. With xrun you can run Xcode unit tests faster through the terminal.

4 releases (breaking)

new 0.4.0 May 17, 2024
0.3.0 May 8, 2024
0.2.0 May 6, 2024
0.1.0 May 3, 2024

#60 in Testing

Download history 110/week @ 2024-04-28 315/week @ 2024-05-05 181/week @ 2024-05-12

606 downloads per month

MIT license

1MB
179 lines

Command Line Tools for macOS. With xrun you can run Xcode unit tests faster through the terminal.

Installing

Installing from crates.io (requires Rust/Cargo):

cargo install xrun

How to use?

xrun extension project scheme version iPhone

Custom badge

xrun project DeliveryApp.xcodeproj DeliveryApp 17.4 15

Custom badge

xrun workspace DeliveryApp.xcworkspace DeliveryApp 17.4 15

Custom badge

If you want when any test fails at the end, shows the terminal or CI as an error (it is optional if you don't use it and even test fails not to show it at terminal or CI as an error).

xrun workspace DeliveryApp.xcworkspace DeliveryApp 17.4 15 fail
  • If all tests show no errors, a table will be displayed with the information.
  • If all tests present errors, a table will be presented with the information and another table with only the errors.

Contributing

To contribute, just fork this project and then open a pull request, feel free to contribute, bring ideas and raise any problem in the issue tab.

License

xrun is released under the MIT license. See LICENSE for details.

Dependencies

~0.6–11MB
~74K SLoC