Join Slack
Powered by
Is there a way to avoid duplicating Jetpack Compos...
# compose-android
m
Mohamed Ibrahim
08/24/2023, 10:23 PM
Is there a way to avoid duplicating Jetpack Compose UI tests when testing against dark and light themes?
j
jw
08/24/2023, 10:45 PM
Use a parameterized runner. Either the built-in JUnit one or Google's TestParameterInjector to vary the theme for the tests
👍 2
☝️ 2
Open in Slack
Previous
Next