drinkthestars

Results 7 comments of drinkthestars

Seeing this happen with `1.6.0` and `runTest` as well: ```kotlin class FooViewModelTest { @get:Rule var coroutinesTestRule = CoroutinesTestRule() // StandardTestDispatcher @Test fun shouldFailButDoesnt() = runTest { val viewModel = FooViewModel()...

Interested in looking into this; is https://github.com/ArthurVimond/openrndr-android-poc a good starting point? Were there any discussions around other possible implementations? (Slack link doesn't reveal discussion) 🙏🏼

+100 this would be great to have when combining with screenshot testing for light/dark modes

Will look into adding this 👍🏼

Continuing an offline discussion. Gave it some more thought, and this is probably a very naive approach but it looks like with this issue and https://github.com/airbnb/Showkase/issues/292, we have the following...

@vinaygaba hmm, maybe 🤔 would you have an example of what you're thinking of? trying to visualize it

Thanks for creating the issue with the LayoutLib team @jrodbx! 🙏🏼 Ran into a similar issue when trying to create a snapshot test for a `View` that uses Hilt's `EntryPointAccessors.fromApplication`...