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

Can't run on Windows #180

Open rocboronat opened 4 years ago

rocboronat commented 4 years ago

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 --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, it answers Cannot parse test package fromaapt dump badging $APKoutput.

By the way, of course those apks are there 😄