Skip to content

Releases: kif-framework/KIF

KIF 3.5

11 Aug 04:00
Compare
Choose a tag to compare
  • Drop support for iOS 7
  • Basic iOS 10 compatibility
  • Misc bug fixes

KIF 3.4.2

08 Apr 19:47
Compare
Choose a tag to compare
  • Fix framework build issues in Xcode 7.3
  • Misc bug fixes and tweaks

KIF 3.4.1

08 Mar 04:03
Compare
Choose a tag to compare

KIF now builds as a framework again

KIF 3.4

07 Mar 18:52
Compare
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
Compare
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
Compare
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
Compare
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
Compare
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
Compare
Choose a tag to compare

Various bug fixes and pull requests.

KIF 3.2.1

30 Mar 12:02
Compare
Choose a tag to compare
  • Various bug fixes and minor enhancements