Releases: kif-framework/KIF
KIF 3.5
KIF 3.4.2
KIF 3.4.1
KIF 3.4
This release introduces the KIFUIViewTestActor
class, courtesy of @RoyalPineapple, which separates the APIs of finding an element from acting on an element. This reduces the number of methods needed dramatically, and will become the default test actor in KIF 4.0. Please see the pull request #794 for more info.
Travis is finally reliable again, thanks to @justinseanmartin.
In addition there are misc bug fixes and additions, thanks to the tireless work of all of our contributors.
KIF 3.3.2
- Travis tests passing like a boss -- thanks @justinseanmartin!
- Tons of bug fixes -- thanks everybody!
- Method to log error with screen shot
KIF 3.3.1
List of the fixes/enhancements. Thanks to all of you who contribute to KIF.
Optional line number on screenshot file name …
Fixed iOS 9 support in Readme …
Fix accessibility enabler not activating on iOS version < 9
Pull To Refresh methods
Add more information to log errors
Disable enable_bitcode
Xcode 7.1 and El capitan compatibility
Add CocoaPod badge
Correct README for test target creation in Xcode 7
Return the Accessbility Inspector to its previous state after tests fail
Improve testing on Travis …
Workaround broken deactivateAppForDuration:
in iOS 9 …
Updated instructions for linking to IOKit …