All Versions
40
Latest Version
Avg Release Cycle
44 days
Latest Release
-

Changelog History
Page 3

  • v3.0.1 Changes

    January 08, 2019
    • ๐Ÿ›  Fix UITests by using the collatorIdentifier instead of the languageCode
  • v3.0.0 Changes

    January 04, 2019
    • ๐Ÿ‘‰ Use Katana 3.0
    • โž• Add support for UITests with ViewController containment
  • v2.1.0 Changes

    October 26, 2018
    • โž• Add support for ViewController containment
  • v2.0.0 Changes

    • โž• Add support for Swift 4.2
  • v1.12.0 Changes

    • โž• Added completion callbacks for UINavigationController methods like pushViewController, popViewController, popToRootViewController, popToViewController
  • v1.11.0 Changes

    • โž• Added ability to create UI tests for scrollViews content
    • ๐Ÿ›  Fixed issue with UI tests of ViewControllers inside other controllers
  • v1.10.0 Changes

    • โž• Add support for orientation change in UITestCase
  • v1.9.0 Changes

    • โœ… UI tests folder structure uses the locale of the app to support multiple language UITests
    • โœ… Introduces new UITestCase API that are easier to use and unify various approaches that used to coexist until now
    • โœ… Deprecates UITest APIs
  • v1.8.2 Changes

    • โœ… UI tests folders are consistent when landscape screenshots are involved. A screenshot from an iPhone X in portrait will be in the same directory of a screenshot of an iPhone X in landscape
  • v1.8.1 Changes

    • ๐Ÿ›  fixed LocalURLProtocol implementation to support DownloadTask and similar approaches