czuckie
11/09/2023, 9:44 PMczuckie
11/09/2023, 10:01 PMtest@android is for android JVM tests, but how do I get connected tests?
When using Robolectric you need to add gradle configuration for exposing test resources to jvm tests. What's the analog for amper yaml?
Compose desktop
When adding the org.jetbrains.compose.ui:ui-test-junit4:1.4.1 dependency, running a test results in: java.lang.NoClassDefFoundError: androidx/compose/ui/text/input/TextInputForTestsAnton Makeev
11/10/2023, 5:03 PMAnton Prokhorov
11/10/2023, 5:50 PMincludeAndroidResources field
Compose desktop:
I suggest, you use outdated dependency version, please use latest version of dependency: org.jetbrains.compose.ui:ui-test-junit4:1.5.10 (because we have this version in our built-in compose support)czuckie
11/13/2023, 8:39 AMAnton Prokhorov
11/14/2023, 5:32 PMczuckie
11/15/2023, 10:12 AM