Is there a way to avoid duplicating Jetpack Compos...
# compose-android
m
Is there a way to avoid duplicating Jetpack Compose UI tests when testing against dark and light themes?
j
Use a parameterized runner. Either the built-in JUnit one or Google's TestParameterInjector to vary the theme for the tests
👍 2
☝️ 2