Fixed
Status Update
Comments
je...@google.com <je...@google.com>
ap...@google.com <ap...@google.com> #2
We have some support in androidx.compose.ui.autofill
Leaving this bug open in case Ralston wants to add more info
Description
Sincehttps://r.android.com/1282381 it is mandatory to use ComposeTestRule. This can be a problem for teams that have a custom way with which they launch their app's Activity, since they are now forced to use an ActivityTestRule that they supply to AndroidComposeTestRule.
It should also be possible to use ActivityScenario. The fix for this feature request should not be to add another overload to AndroidComposeTestRule that accepts an ActivityScenario, but to let AndroidComposeTestRule work together with any kind of Activity launcher.
For context, see @pavlis's comment in https://issuetracker.google.com/153623653#comment2