Using the Apple developer tool Instruments, where do screenshots made with target.captureScreenWithName end up. I’ve heard the “test results” directory — but where is that?
Using the Apple developer tool Instruments, where do screenshots made with target.captureScreenWithName end up.
Share
It defaults to the current user’s desktop directory:
~/Desktop/Run 1
Where 1 is a number incremented by instruments. Every time you run it, that increments. Insider there you may have a plist with your results, and any screenshots. In Instruments 4.2 and later you can specify where these “Run X” directories go, even when running instruments from the command line.