TABTestKit Versions Save

Library designed to make writing and maintaining automated tests for iOS applications. This includes automation of bio-metrics and controlling of mock servers

1.8.0

2 years ago
  • Disable the await function for clients on Swift 5.5 and introduce a new waitFor function instead. This is needed because the await function conflicts with the await concurrency keyword introduced in Swift 5.5 and leads to compiler error.

1.7.1

3 years ago

Fixed

  • Fixed an issue with entering background states on different OS versions. (issue #135)

1.7.0

3 years ago
  • Added support for double tapping, long pressing and two finger tapping, with default implementations for any Elements that conform to Tappable. (issue #88)
  • Added Swift Package Manager support
  • Added a Refreshable protocol so for each element/screen that conforms to protocol refresh function can be defined
  • Added a DatePicker element. (issue #55)
  • Added the ability to access value directly from an element

1.6.1

3 years ago

Fixed

  • Image.swift wasn't added to the main framework meaning it wouldn't work for Carthage
  • Build issue with brew on Travis' 12.4 image

0.5.0

5 years ago

This release adds support for Swift 5.0