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

Added flag to keep output. #103

Closed yunikkk closed 6 years ago

trevjonez commented 6 years ago

are the current output file names meaningful to humans? IIRC it was a random number or some such? It be helpful to make it something deterministic in this same PR as I would like to implement this option in the gradle plugin with the ability to move the output files into the variant directory adjacent to the report outputs. Currently they pop up in the consuming module root dir due to the way gradle works.

yunikkk commented 6 years ago

Currently only instrumentation.output file is named meaningfully, other logs from adb commands have random names (and stored in the root dir). To change that we'll need to modify another library, commander. I'm going to do it, but seems it'll better be the in the next PR.

artem-zinnatullin commented 6 years ago

@trevjonez see https://github.com/gojuno/commander/pull/6#discussion_r143263466

It's definitely possible

yunikkk commented 6 years ago

@artem-zinnatullin PTAL)