Skip to content

Releases: kif-framework/KIF

KIF 3.4.1

08 Mar 04:03

Choose a tag to compare

KIF now builds as a framework again

KIF 3.4

07 Mar 18:52

Choose a tag to compare

This release introduces the KIFUIViewTestActor class, courtesy of @RoyalPineapple, which separates the APIs of finding an element from acting on an element. This reduces the number of methods needed dramatically, and will become the default test actor in KIF 4.0. Please see the pull request #794 for more info.

Travis is finally reliable again, thanks to @justinseanmartin.

In addition there are misc bug fixes and additions, thanks to the tireless work of all of our contributors.

KIF 3.3.2

24 Jan 12:12

Choose a tag to compare

  • Travis tests passing like a boss -- thanks @justinseanmartin!
  • Tons of bug fixes -- thanks everybody!
  • Method to log error with screen shot

KIF 3.3.1

16 Dec 12:34

Choose a tag to compare

List of the fixes/enhancements. Thanks to all of you who contribute to KIF.

Optional line number on screenshot file name …
Fixed iOS 9 support in Readme …
Fix accessibility enabler not activating on iOS version < 9
Pull To Refresh methods
Add more information to log errors
Disable enable_bitcode
Xcode 7.1 and El capitan compatibility
Add CocoaPod badge
Correct README for test target creation in Xcode 7
Return the Accessbility Inspector to its previous state after tests fail
Improve testing on Travis …
Workaround broken deactivateAppForDuration: in iOS 9 …
Updated instructions for linking to IOKit …

KIF 3.3

10 Sep 13:59

Choose a tag to compare

  • iOS 9 compatibility, thanks to @TBonnin's herculean efforts
  • Remove OCUnit support (it has been removed from Xcode 7)
  • UIStepper support
  • Misc fixes

KIF 3.2.3

01 Jun 22:35

Choose a tag to compare

  • Fix pod installation issues when testing on device (#662)
  • Fix Carthage issues (#650, #657)
  • Support for backgrounding app (#655)
  • Misc fixes and changes

KIF 3.2.2

06 May 09:52

Choose a tag to compare

Various bug fixes and pull requests.

KIF 3.2.1

30 Mar 12:02

Choose a tag to compare

  • Various bug fixes and minor enhancements

KIF 3.2

12 Mar 21:09

Choose a tag to compare

  • Fix compatibility issues with iOS SDK 8.3
  • Fix compatibility issues with xctool
  • Two finger tap and rotation gestures
  • URL matching on scheme
  • Misc fixes and enhancements

KIF 3.1.2

14 Jan 14:54

Choose a tag to compare

  • Fix issues when waiting for animations to finish. Make the default maximum delay smaller and the timing more reliable. Allow the maximum delay to be changed.
  • Add methods to clear text in the first responder.
  • Various fixes