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

Introduce BPSwimlane holding LaneID that keeps the same when reused. #487

Closed YangSun33 closed 3 years ago

YangSun33 commented 3 years ago

Moved all NSTask-related code into BPSwimlane. BPSwimlane is in charge of launching tasks to run test bundles. BPSwimlane holds LaneID which keeps the same when reused, so the logs are in one lane in tracing-profile.


Same with the PR to master.