Derek Ostrander (derko)
Derek Ostrander (derko)
`pvc` only works in the key window. You should be able to specify the window or window level that you want to perform pvc on incase the problem view controller...
This adds the ability to add your test_filter directly to the args passed into `ios_unit_test`, allowing you to specify a test filter on rule creation for your target. This was...
### 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...
If there are modules under the tests that are named differently then the target itself it will cause issues with the xctestrun file. Specifically using Swift the test_filters do not...
Apple created the [XCTAttachment](https://developer.apple.com/documentation/xctest/xctattachment?language=objc) in Xcode 9. This allows for attaching data to a test method execution, things like an image, file, data blob, etc... Currently there is no way...
Using `!boolValue` instead of `boolValue == NO` allows us to be consistent when expressing bools (see #16) and gives a clear, more speech like way to think about the boolean...
Is there any way to link names so they get a notification like in the actual campfire app. Thanks, DO