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
So I've used this to setup an integration testing pipeline, which I love! However, when my tests fail, I'm not easily able to see what's on the screen of the simulator at time of failure. While I understand this might be out of scope for this action, do you have any suggestions for how to handle this?
The text was updated successfully, but these errors were encountered:
Video is likely more useful. The problem with video is that the command needs to be stopped. This can be achieved by starting xcrun in background (e.g. xcrun ... &) and then stopping it later with SIGINT (rough equivalent of Ctrl-C) via pkill -INT xcrun in an if: always() action. It's a bit hacky, so I agree providing some instructions would generally be helpful. Agreed this is a stretch for the scope, but I won't mind poking at it once I am back to iOS development. Iterative contributions also welcome.
So I've used this to setup an integration testing pipeline, which I love! However, when my tests fail, I'm not easily able to see what's on the screen of the simulator at time of failure. While I understand this might be out of scope for this action, do you have any suggestions for how to handle this?
The text was updated successfully, but these errors were encountered: