Releases: kif-framework/KIF
Releases · kif-framework/KIF
KIF 3.0.5
Various bug fixes from lots of contributors. Thanks everybody!
KIF 3.0.4
- 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.2
- Using ARC and fixes memory leaks
- Other bug fixes
Note: support for iOS 4 has been dropped.
KIF 3.0.1
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
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
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
Added podspec
KIF-next merge plan (Issue #231), step 1
KIF-next 2.0.0pre5
Prerelease of KIF-next. Enables better chaining of nested errors, simplifies integration with other testing frameworks.