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

Bugfix: Pack tests by test count if test estimates are missing or adding up to be zero #513

Closed ravimandala closed 3 years ago

ravimandala commented 3 years ago

Fixing https://github.com/MobileNativeFoundation/bluepill/issues/511 by choosing to pack tests by test count if and when test estimates are missing or adding up to be zero.

\cc @ob @chenxiao0228

ravimandala commented 3 years ago

@ob Thanks for the review. Please take another look.