bluepill icon indicating copy to clipboard operation
bluepill copied to clipboard

Bluepill is a reliable iOS testing tool that runs UI tests using multiple simulators on a single machine

Results 61 bluepill issues
Sort by recently updated
recently updated
newest added

I have installed xcode 13.1 as 13.2 is not compatible. i am trying to run bluepill for xcode 13.1 with config file. **Note: I have also 13.2 installed i havent...

The readme suggests getting bluepill via homebrew, but the latest version available through homebrew is [5.8.1](https://github.com/MobileNativeFoundation/bluepill/releases/tag/v5.8.1), which is almost a year old. A [pull request](https://github.com/Homebrew/homebrew-core/pull/93229) to bump that up to...

Signed-off-by: Oscar Bonilla

I noticed an issue in Bluepill version 5.10.0 that supports Xcode 13. In a successful execution, 11 tests are reported to have failed. But the execution was successful because those...

We are updating our project to use the Xcode 13.2.1 and we are facing an issue when running the tests using LATEST bluebill as follows: `{29160} 20220419.201324 [ CRASH ]...

### Proposal Apple has provided a few different ways to run tests. Logic tests without an application, logic tests within an application, and a UI Test target. Currently Bluepill doesn't...

…e are kept. So, retry attempts will end up with one failure or pass result. In our organization, we do not want to have repeated test results which made us...

When using time estimates, the remainder tests get put into a new bundle when exceeding the optimal execution time. For example, if you set numSims to 5, you end up...

Bluepill releases support a specific Xcode version and there might be unforeseen issues when used with a different Xcode version. For this reason, a config flag named `unsafe-skip-xcode-version-check` was introduced....