android/app-bundle-samples

Status of Android Studio Dynamic Feature Module instrumentation test tooling support

Opened this issue · 2 comments

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!

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

+1!