pedrovgs/Shot

Support dynamic-feature Modules

Offen

#256 geöffnet am 10.09.2021

 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)Kotlin (111 Forks)github user discovery
bughelp wanted

Repository-Metriken

Stars
 (1.208 Sterne)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Expected behaviour

Can test individual views within dynamic feature modules without testing the entire app.

Actual behaviour

Looks like the tests fail to run:

java.util.concurrent.ExecutionException: com.android.tools.build.bundletool.model.exceptions.InvalidCommandException: The APK Set archive does not contain the following modules: [name-of-dynamic-feature-module]

Steps to reproduce

Follow setup steps for Shot on a dynamic feature module, and run tests.

Version of the library

5.11.2

It could be that there's something wrong locally, but before closing, could y'all confirm that this is supposed to work on DFMs?

Contributor Guide