简体   繁体   中英

KIF alternatives for osx

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

Your can use XCTest, the test framework which comes built into Xcode. It is compatible with OS X, macOS, iOS and tvOS.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM