kif demo

作者: 冰皮月饼真好吃 | 来源:发表于2017-12-13 18:37 被阅读0次

    http://cleanswifter.com/installing-kif-cocoapods-swift-apps/

    http://cleanswifter.com/writing-first-kif-test/

    http://cocoadocs.org/docsets/KIF/3.2.1/Classes/KIFUITestActor.html

    https://www.raywenderlich.com/61419/ios-ui-testing-with-kif

    https://segmentfault.com/a/1190000000447832

    注:kif需要升级到3.6 不然有NSInvalidArgumentException

    target 'KIFDemoAppFunctionalTests2' do

    pod 'KIF', '~> 3.6.0’

    end

    *

    add scheme target XXXXKIFTest

    相关文章

      网友评论

          本文标题:kif demo

          本文链接:https://www.haomeiwen.com/subject/vafzixtx.html