Sergii Pechenizkyi

Results 21 issues of Sergii Pechenizkyi

Android 11 introduces package-visibility restrictions which makes orchestrator service apk to not see test apk package running in different process. Running tests with orchestrator and composer doesn't work on android...

Fixes #82 Test is taken from https://docs.gradle.org/current/userguide/configuration_cache.html#config_cache:testing Gradle 7 update is not required as replacement apis are available in previous gradle version. I've bumped them together since I wanted to...

Running `./gradlew --configuration-cache testDebugComposer` with composer 1.0.0-rc08 on Gradle 7.0.1, AGP 4.1.2, Kotlin 1.4.32 results in error > What went wrong: Configuration cache problems found in this build. > >...

enhancement
Accepting PR's

As composer was meant to become a spoon test runner replacement it expect that screenshots would be written using Spoon companion library. base folder where spoon writes screenshot: https://github.com/square/spoon/blob/ebd51fbc1498f6bdcb61aa1281bbac2af99117b3/spoon-client/src/main/java/com/squareup/spoon/SpoonRule.java#L98-L100 Is...

bug
enhancement

**Is your feature request related to a problem? Please describe.** Consider switching to the configuration avoidance API provided by Gradle. (`Provider` and `Property` fields for the task input and output)...

stale

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...

I don't know what happened exactly, but kotlin doesn't publish `kotlin-runtime` artifact anymore: https://bintray.com/bintray/jcenter/org.jetbrains.kotlin:kotlin-runtime So far next workaround works ``` subprojects { subProject -> subProject.configurations.all { configuration -> resolutionStrategy.dependencySubstitution {...

Add the possibility to install target apk with `-g` option as a convenient quick win to grant runtime permissions on api23+. Spoon had it.

**Is your feature request related to a problem? Please describe.** I have mixed onboarding experience as it wasn't directly obvious from docs that Marathon reimplements test builder and doesn't support...

enhancement

**Describe the bug** Running marathon with gradle plugin integration and ADAM results in warning exception. **To Reproduce** * Marathon 0.6.2 ``` marathon { name = "storage tests" vendor = com.malinskiy.marathon.android.VendorType.ADAM...

bug