composer
composer copied to clipboard
Reactive Android Instrumentation Test Runner. Archived. Marathon is recommended as an alternative (https://github.com/Malinskiy/marathon).
Ran the tool like this: ```console java -jar composer-0.3.3.jar --apk ${APP_APK} --test-apk ${TEST_APK} --output-directory test-outputs --instrumentation-arguments class ${SUITE_CLASS_NAME} --shard false --install-timeout 300 --verbose-output true 15:17:41 [Fri Jul 06 15:17:41 UTC...
Is it possible to add parameters to support running some specified test classes instead of whole test packages
Composer should be able to handle test flakiness dynamically and provide several default strategies (retry n times, put to the end of queue again, etc). User should be able to...
Fixes https://github.com/gojuno/composer/issues/151 I've checked locally that screenshots are downloaded on both emulator 21 and 28. NOTE: emulators 21-22 doesn't have writable sdcard mounted by default. So it has to be...
A configuration that works on Mac doesn't work on Windows. These are the calls we're doing: On mac: `java -jar composer-0.6.0.jar --apk app/build/outputs/apk/spain/debug/app-spain-debug.apk --test-apk app/build/outputs/apk/androidTest/spain/debug/app-spain-debug-androidTest.apk` On windows: `java -jar composer-0.6.0.jar...
--ignore
I love that I can see full logcat output and find things that happened before my test started or other systems reported. However, logcat on emulator and devices is super...
In a Gradle setting, it would be great to be able to have `exit 1` handled as I may make other tasks dependent on this. for example, I may want...
Minor bug, https://github.com/gojuno/composer/blob/master/html-report/src/utils/convertTime.js The return is ``` return mins + ':' + secs + '.' + ms; ``` If test runs take longer than an hour, you only see the...
Currently Composer supports only Spoon's folder structure, would be great to add our own one.