How do I install the XCUITest runner app and ipa on a real device and get the results?
I have a runner.app that was generated by building it for testing, and a deplo
You can use bundleId :
let app = XCUIApplication(bundleIdentifier: "yourapp.bundle.id")