Jack Eblan
Jack Eblan
@SimonMarquis I recently tried to use Roborazzi in my app but it get stucked 😅 when I ran it on my machine. Maybe Roborazzi needs to update too or I'm...
Should I create an app for this? Well it's easy to improve the performance of this concept just a child's play for me and I don't want to create a...
> > @win7guru - It's slow simply because it doesn't build internal DB file on storage (at least not one that's being kept), only in RAM, but simply runs a...
Do you care if we move this to Jetpack Compose? Refactor to MVVM Clean arch too?
> @pitoszud This `TestDataModule` is used in `@HiltAndroidTest` unit-tests and instrumented-tests in the main `:app` module. Without it, the tests would use the real implementations and this is not what...
> The fakes are implicitly used because of this: > > https://github.com/android/nowinandroid/blob/f5b3ae56dcf0022456d061d0c4c121be5a144984/core/data-test/src/main/kotlin/com/google/samples/apps/nowinandroid/core/data/test/TestDataModule.kt#L36-L41 > > Hilt will replace the production binding in the `@HiltAndroidTest`. You can read more on this behavior...
> I'm not sure I understand your question. Can you rephrase that? I mean why we need the fakes in `com.google.samples.apps.nowinandroid.core.data.repository.fake` if we only use the fakes in `com.google.samples.apps.nowinandroid.core.testing.repository` during...
This is still an issue for those who are wondering. performClick() does nothing. I tried to migrate my instrumented tests to Robolectric but Compose is not there yet.
Can you also add a documentation for how they implement code coverage properly🙏