Marek Niedbach
06/27/2023, 1:05 PMIgor Demin
06/27/2023, 3:32 PMMarek Niedbach
06/27/2023, 3:45 PMXCUITest
framework is relying mostly on accessibility properties on the View tree, and the mentioned appium is using XCUITest
as a driver, so I think if something will be accessible then it may be used in tests. I’ll follow the new releases of the compose-ios as it is very promising, but I am not able to migrate project yet.
Thanks for the reply! 👍Marek Niedbach
06/28/2023, 8:53 AMUIView
instead of UIViewController
? Or UIControl
? I wonder if I may use compose-ios to create simple iOS controls instead of the whole screen on iOS 🤔