Skip to content

Releases: kif-framework/KIF

KIF 3.0.1

07 Apr 17:00
Compare
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.

KIF 3.0.0

04 Apr 17:31
Compare
Choose a tag to compare

KIF now uses XCTest by default. If you are still using OCUnit, see the README for installation details.

Other changes:

  • 64-bit compatibility
  • Support for tapping collection view cells by index

KIF 2.0.0

09 Sep 04:28
Compare
Choose a tag to compare

KIF 2.0.0 is a major rewrite of KIF's test execution mechanism to work on top of ocunit. Tests are now executed sequentially as they appear in code rather than through steps and scenarios.

For example:

[tester tapViewWithAccessibilityLabel:@"Next"];

Instead of the traditional:

[scenario addStep:[KIFTestStep stepToTapViewWithAccessibilityLabel:@"Next"]];

KIF 1.0.0

08 Sep 05:44
Compare
Choose a tag to compare
Added podspec

KIF-next merge plan (Issue #231), step 1

KIF-next 2.0.0pre5

23 Aug 18:08
Compare
Choose a tag to compare
KIF-next 2.0.0pre5 Pre-release
Pre-release

Prerelease of KIF-next. Enables better chaining of nested errors, simplifies integration with other testing frameworks.