Currently I’m having a few issues with executing UI tests on CircleCI. One of our tests is failing constantly, but we can’t reproduce it locally on our own machines. I tried the usual tricks like adding some timeouts to account for a slow simulator etc, but this didn’t get us anywhere. So it would be very helpful to actually see what’s happening in the simulator. Like connecting per VNC to the CircleCI machine. Is there any way of achieving this?
Thanks