pedrovgs/Shot
Improve ActivityScenario support so we can take the screenshots from the onActivity method
Open
#135 opened on Sep 4, 2020
enhancementhelp wanted
Repository metrics
- Stars
- (1,208 stars)
- PR merge metrics
- (No merged PRs in 30d)
Description
Time ago, Espresso core deprecated ActivityTestRule in favor or the ActivityScenario feature which is way more flexible. We should provide proper support for this new API ensuring at least one of our composers use this API. Documentation should also be updated.