XCUITest Screen Recording

In WWDC23: Fix failures faster with Xcode test reports, the presenter showed off an Xcode feature called Automation Explorer, that allows playback of a screen recording corresponding to an XCUITest.

For the life of me, I have not been able to find out how to enable/use this feature in Xcode 16. I am using Test Plans and have set the UI Testing configuration settings for Automatic Screen Capture to On, and keep all and Preferred Capture Format to Video, but am not seeing any screen recordings being produced after running the tests. Am I doing something wrong?

Answered by _beetee_ in 814624022

Looks like this was a bug that has been resolved in Xcode 16.1.

Accepted Answer

Looks like this was a bug that has been resolved in Xcode 16.1.

XCUITest Screen Recording
 
 
Q