Skip to content

KIF 2.0.0

Compare
Choose a tag to compare
@bnickel bnickel released this 09 Sep 04:28

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"]];