Change theme
Help
Press space for more information.
Show links for this issue (Shortcut: i, l)
Copy issue ID
Previous Issue (Shortcut: k)
Next Issue (Shortcut: j)
Sign in to use full features.
Vote: I am impacted
Notification menu
Refresh (Shortcut: Shift+r)
Go home (Shortcut: u)
Pending code changes (auto-populated)
View issue level access limits(Press Alt + Right arrow for more information)
Request for new functionality
View staffing
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