Releases: kif-framework/KIF
Releases · kif-framework/KIF
KIF 3.0.2
KIF 3.0.1
KIF 3.0.0
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
KIF-next 2.0.0pre5
Prerelease of KIF-next. Enables better chaining of nested errors, simplifies integration with other testing frameworks.