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.19k stars 232 forks source link

Supporting tests and app hosts in subfolders (#419) #427

Closed chenxiao0228 closed 4 years ago

chenxiao0228 commented 4 years ago

If the test or app host is in subfolders, we are not able to find the generated zip/ipa files. Using short_path instead of basename would resolve the issue.