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 multiple iPhone simulators at once$ bluepill -a MyApp.app -s MyAppTests.xctest
execute tests with a specific number of parallel simulators$ bluepill -a MyApp.app -s MyAppTests.xctest -n 4
run tests and save results to a JSON report file$ bluepill -a MyApp.app -s MyAppTests.xctest -o results.json
test specific test cases by name pattern$ bluepill -a MyApp.app -s MyAppTests.xctest -t LoginTests
run tests with verbose output and custom device configuration$ bluepill -a MyApp.app -s MyAppTests.xctest -d iPhone8 -v