Documentation about Xcode 7 UI tests

Another bug report i just wrote is about the missing documentation. How to edit recorded UI tests for Xcode 7, what classes and methods for UI testing are available?

Replies

I scraped the XCTest headers to create "documentation". You can view the docs online or download them and add to Dash from Github. The script is documented on Github if you want to scrape them yourself.

I completely agree. XCTest is a wonderful, classy, must-use tool, but we desperately need detailed documentation.

Unfortunately, many developers do not know Objective-C. But we know Swift. However, it seems allmost all XCTest Apple documentation is written Objective-C. That is really hard to read and understand for people who are unfamiliar with that language.


So isn't that the time that high time for Apple to publish XCTest documentation updated for Swift?