Gordon icon indicating copy to clipboard operation
Gordon copied to clipboard

Android Test Runner

Results 6 Gordon issues
Sort by recently updated
recently updated
newest added

### Discussed in https://github.com/Banno/Gordon/discussions/116 In my setup all devices are in one pool, e.g. with `PoolingStrategy.SinglePool` or `PoolingStrategy.Manual` (all devices manually added to a single pool) - tried both options...

**Describe the bug** Applying the plugin to an Android project fails with: > Android extension not found. Make sure the Android plugin is applied I am using AGP 7.0.3 and...

bug

on-behalf-of: @e-solutions-GmbH ### :goal_net: What is the goal? Add support for generating and downloading code coverage files when running tests with Gordon on both Standard Android and Android Automotive. ###...

https://docs.gradle.org/current/userguide/configuration_cache.html#config_cache:usage Currently waiting on Kotlin and Android plugins to support configuration caching.

blocked

The Google Bundletool version `1.15.0+` provides the functionality to also set the `-g` install flag, in addition to `-d`, `-r` and `-t`, which are already set as of now. Some...

**Describe the bug** The Gordon Gradle plugin creates a temporary file named PLACEHOLDER_DYNAMIC_MODULE_MANIFEST as a placeholder for the dynamicFeatureModuleManifest input property of GordonTestTask. However, because this is created as a...

bug