#unit-testing #macos-ios #macos #xcode #ios

app xrun

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

10 breaking releases

0.11.0 Oct 3, 2024
0.9.0 Jul 11, 2024

#353 in Command line utilities

Download history 117/week @ 2024-07-06 12/week @ 2024-07-13 4/week @ 2024-07-27 128/week @ 2024-08-03 10/week @ 2024-08-10 12/week @ 2024-09-14 12/week @ 2024-09-21 217/week @ 2024-09-28 23/week @ 2024-10-05 3/week @ 2024-10-12

243 downloads per month

MIT license

760KB
292 lines

Logo

Command-line tools for macOS. With xrun you can run iOS and macOS unit tests through the terminal or CI with more ease and reading.

    __  __    ____      _   _   _   _
    \ \/"/ U |  _"\ uU |"|u| | | \ |"|
    /\  /\  \| |_) |/ \| |\| |<|  \| |>
   U /  \ u  |  _ <    | |_| |U| |\  |u
    /_/\_\   |_| \_\  <<\___/  |_| \_|
  ,-,>> \\_  //   \\_(__) )(   ||   \\,-.
   \_)  (__)(__)  (__)   (__)  (_")  (_/  (0.11.0)

💻 https://github.com/heroesofcode/xrun
===================================================

📋 Processing.......


CoreTests
    ✅ testSuccessWhenRegisteringTheUICollectionViewCellAndDequeuing (0.064 seconds)
    ✅ testSuccessWhenRegisteringTheUITableViewCellAndDequeuing (0.013 seconds)
    ✅ testWhenSetupBaseViewWithSuccess (0.001 seconds)

DesignSystemTests
    ✅ testShouldValidateLayout (0.137 seconds)

CoordinatorTests
    ✅ testHandleEvent (0.002 seconds)
    ✅ testInit (0.003 seconds)
    ✅ testStart (0.001 seconds)

AnalyticsTests
    ✅ testExample (0.001 seconds)

AuthenticationTests
    ✅ testShouldValidateLayout (0.093 seconds)


🗳️  The results have been completed below

+---------+-------------+-----------------+------------------+
| Runtime | Total Tests | ✅ Passed Tests |  ❌ Failed Tests |
+============================================================+
| 65.45s  | 9           | 9               | 0                |
+---------+-------------+-----------------+------------------+

👏 Congratulations, no errors were found!!!

How to use?

Please see the documentation at https://heroesofcode.github.io/xrun/

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

~19–31MB
~288K SLoC