Reputation: 1603
I use KIF to perform iOS automated UI tests. Unfortunately it seems it is not intended to work in OSX. Is there any alternative for it?
Update:
I know there is a built-in UITest framework named XCTest for Apple applications, But I need a stronger and easier to use framework indeed.
KIF makes UI testing really easy and useful, with lots of great APIs that are less complex than XCTest
Upvotes: 0
Views: 192
Reputation: 7659
Your can use XCTest, the test framework which comes built into Xcode. It is compatible with OS X, macOS, iOS and tvOS.
Upvotes: 0