composer
composer copied to clipboard
Reactive Android Instrumentation Test Runner. Archived. Marathon is recommended as an alternative (https://github.com/Malinskiy/marathon).
https://github.com/gojuno/composer/issues/125 fix the report paths when `:` is part of device id connected to adb replace with `-`
First of all I have to say thanks for composer - I was in deep trouble with spoon - especially now with spoon 2 - was a really sad situation...
Every build through docker does a lot of things that could probably be cached. I couldn't get a local build to work, so iterating via the docker build is quite...
We in Avito customized composer heavily (not oss). Main reasons: 1. we need separate instrumentation and dynamic sharding (will be addressed in #135) 2. also customization of junit report based...
When using `adb connect mydevicefarm.com:7493` the HTML/Junit files are generated with `:` colon which windows does not like I have a Jenkins master on windows don't ask why!! It would...
hi, Could it be possible to add coverage report on tests ? [https://developer.android.com/studio/test/command-line.html](https://developer.android.com/studio/test/command-line.html) See "Emma" Huge Thanks
I am running 8 Android stock emulators for test sharding at once via Composer. It often fails due to Apk installation failure on 1 of emulators. This happened like 50%...
Can't figure out the trigger yet, but sometimes *.output is not deleted. Got a bunch of files, it contained _Script started on Tue Apr 11 15:01:33 2017 command: /Users/dmitryyunitsky/Library/Android/sdk/platform-tools/adb devices...
Currently if the help manual prints we will be stuck at `Starting tests...` leaving us without any actionable feedback. It should be possible to detect when this occurs and fail...
We should more clearly mark test as ignored on Suite page (stronger gray color I guess) and just not let user to open basically empty test result page which doesn't...