agoda-com / boots

Lightweight bootstrap library for your Kotlin, Java and Android apps
Apache License 2.0
91 stars 10 forks source link

Fix reporting when there is no bootables #10

Closed Unlimity closed 5 years ago

Unlimity commented 5 years ago

Apparently, our UI tests were not executing due to reporting system changes that I made recently. Now if you try to get report and if there are no bootables registered, library will return Booted state instead of Idle. That was breaking our IdlingResource in our sample project.