Carson Smith
07/30/2024, 8:15 PM./gradlew :composeApp:connectedAndroidTest
But attempts to make the tests run on a physical iOS device don't seem to be working and it instead just runs the tests as they target a simulator instead of running on the connected iOS device. Is physical integration testing supported for iOS targets with the common testing library? My tests need to be run on physical devices,
Any direction with this would be greatly appreciated. Thank you.