Skip to content

Releases: kif-framework/KIF

KIF 3.1.1

19 Dec 17:47

Choose a tag to compare

  • Items with alpha == 0 are now found via accessibility again
  • Register for notifications only if supported

KIF 3.1

15 Dec 21:21

Choose a tag to compare

  • Entering text is faster and more reliable
  • UIPickerView fixes and enhancements
  • Better handling when failing during beforeAll() and afterAll()
  • Can dismiss system alerts when running tests in the simulator
  • Fix problems with inadvertent scrolling in table cells
  • Unit test coverage improved
  • Travis tests for iOS 7 and 8
  • Various bug fixes and enhancements.

KIF 3.0.8

09 Sep 18:06

Choose a tag to compare

Fix various issues, including a crash in waitForAccessibilityElement that lots of folks were seeing.

Also adds new functionality, including multi-touch gestures and conditional tests. See the pull requests for details.

KIF 3.0.7

08 Jul 18:51

Choose a tag to compare

  • Fix issues with Xcode 6
  • Other fixes

KIF 3.0.6

25 Jun 20:43

Choose a tag to compare

  • Fix OCUnit compilation issues

KIF 3.0.5

23 Jun 22:19

Choose a tag to compare

Various bug fixes from lots of contributors. Thanks everybody!

KIF 3.0.4

10 May 12:08

Choose a tag to compare

  • Fix typing issues
  • Add DateTimePicker support
  • Support scrolling to offscreen collection view cells and tapping them using accessibility label
  • Various other bug fixes

KIF 3.0.3

10 May 11:58

Choose a tag to compare

  • Bug fixes

KIF 3.0.2

11 Apr 19:02

Choose a tag to compare

  • Using ARC and fixes memory leaks
  • Other bug fixes

Note: support for iOS 4 has been dropped.

KIF 3.0.1

07 Apr 17:00

Choose a tag to compare

Fixed #332: a control now scrolls into view properly even if the scroll view origin is not at top left corner.