bluepill

Run iOS UI tests in parallel across multiple simulators

brewmacoslinux
Try with needOr install directly
Source

About

Testing tool for iOS that runs UI tests using multiple simulators

Commands

bluepill

Examples

Run UI tests on a single simulator$ bluepill -a path/to/app.app -s path/to/tests.xctest
Run tests in parallel across 4 simulators$ bluepill -a path/to/app.app -s path/to/tests.xctest -n 4
Run specific test class with custom configuration$ bluepill -a path/to/app.app -s path/to/tests.xctest -t TestClassName -n 2