gojuno / composer

Reactive Android Instrumentation Test Runner. Archived. Marathon is recommended as an alternative (https://github.com/Malinskiy/marathon).
Apache License 2.0
546 stars 45 forks source link

Dynamic and pluggable test sharding and ordering. #144

Open artem-zinnatullin opened 6 years ago

artem-zinnatullin commented 6 years ago

Composer should be able to shard execution dynamically as well as customize order of tests (often times some tests are more important than others as they might detect problem earlier).

User should be able to customize behavior with parameters and/or plugin.

Related to #143.