android / app-bundle-samples

Multiple samples showing the best practices in app bundles on Android.
Apache License 2.0
699 stars 330 forks source link

Status of Android Studio Dynamic Feature Module instrumentation test tooling support #99

Open vpuonti opened 3 years ago

vpuonti commented 3 years ago

In order to run instrumentation tests, parallel builds have to be turned off at the moment. This means you can run them via ./gradlew connectedAndroidTest --no-parallel. Tooling support for this is being worked on – currently it's not possible to run instrumentation tests for dynamic-feature modules from Android Studio directly. Use the command line instead.

Any news on this? Where can I follow the progress? Thanks!

sjaramillo10 commented 3 years ago

Is there any update on this? We are currently having a hard time trying to work with instrumentation tests that live inside a DFM.

Alexs784 commented 3 years ago

+1!