Skip to content

Releases: kif-framework/KIF

KIF 3.0.0

04 Apr 17:31

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

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

Choose a tag to compare

Added podspec

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

KIF-next 2.0.0pre5

23 Aug 18:08

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.