All Versions
2
Latest Version
0.6
Avg Release Cycle
422 days
Latest Release
2256 days ago

Changelog History

  • v0.6 Changes

    January 24, 2018
    • โšก๏ธ Updates TestKit and the TestKitExample project to Swift 4
    • ๐Ÿ›  Fixed a Gherkin parsing bug
    • โž• Added option to exclude certain tags from a test run, in addition to the existing option to limit test execution to specific tags
    • โž• Added the ability for features in the target app to register for and handle notifications from the UI test target, for setting up preconditions, etc.
    • ๐Ÿ‘€ Much improved method of conditionally injecting TestKit and the unit test bundle into the target app (see TestKitExample project)
    • ๐Ÿ’ฅ BREAKING CHANGE: All registration of step handlers, and interaction with TestKit API is now exposed via the TestKitFeature class (and its subclasses). These feature classes can no longer call static methods on the TestKit type itself for registering step handlers, etc.
  • v0.5 Changes

    November 28, 2016
    • โœ… Complete API for testing and validating functions with optional and non-optional returns, and for testing and validating errors that may be thrown
    • โœ… Example project with example tests
    • ๐Ÿ“š Complete documentation in README.md