👋 Hello! We added a few experimental compose mp ui test in our project. Its all good and dandy and those test work as expected, the problem we are seeing is that now that test is being picked by our ci command
./gradlew testDebugUnitTest
and thus failing there. Is there somethign very obvious we've missed?
Marco Pierucci
10/17/2024, 6:47 PM
This is probably because the UI test is on common testm but that's what the docs says. Do how to run unitests without picking up those?