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

Providing both xctestrun-path and test-bundle-path param is extraneous #371

Open ravimandala opened 5 years ago

ravimandala commented 5 years ago

Bluepill needs either xctestrun-path or test-bundle-path param, but not both. We need to error out if both are provided to avoid confusion.

chenxiao0228 commented 3 years ago

@ravimandala any updates?