bitrise-steplib / steps-virtual-device-testing-for-android

MIT License
22 stars 23 forks source link

Add support for uniform sharding on instrumentation tests #91

Open FrancescoRigoni opened 11 months ago

FrancescoRigoni commented 11 months ago

Checklist

Version

Requires a MINOR version update

Context

In order to speed up our builds we have to take advantage of uniform test sharding when running UI tests. This step did not support it so I added it.

Changes

FrancescoRigoni commented 11 months ago

@tothszabi Can anyone please have a look at this? It would really help me to have this merged in the official collection. Thank you.