MobileNativeFoundation / bluepill

Bluepill is a reliable iOS testing tool that runs UI tests using multiple simulators on a single machine
BSD 2-Clause "Simplified" License
3.18k stars 231 forks source link

In bazel when having a test_host that ends with -App it will remove part of the name. #528

Closed dostrander closed 2 years ago

dostrander commented 2 years ago

When you have a test_host with a name of Foo-App.app it will add instead Foo-A.app to the test_plan. This has to do with how bluepill ensures the test host is a .app extension.