You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've got a Runner app for a scheme containing all my UITests. I created the runner using xcodebuild (build-for-testing), which created the xctestrunner as well as the two apps (XYZ.app and XYZ-runner.app).
I can run both of the apps using go-ios (I can't run the xctestrunner), but I'm not sure where we'd get the test results for each test case (inside the scheme for which I created the builds).
I've been logging device console with ios syslog..., but due to sheer volume of reported lines, I was wondering if there's a better way of grabbing these test results?
Thanks and if I can provide more info please let me know.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hi,
I've got a Runner app for a scheme containing all my UITests. I created the runner using xcodebuild (build-for-testing), which created the
xctestrunner
as well as the two apps (XYZ.app
andXYZ-runner.app
).I can run both of the apps using go-ios (I can't run the
xctestrunner
), but I'm not sure where we'd get the test results for each test case (inside the scheme for which I created the builds).I've been logging device console with
ios syslog...
, but due to sheer volume of reported lines, I was wondering if there's a better way of grabbing these test results?Thanks and if I can provide more info please let me know.
Sep
Beta Was this translation helpful? Give feedback.
All reactions