Skip to content

Latest commit

 

History

History
128 lines (92 loc) · 3.71 KB

Changelog.md

File metadata and controls

128 lines (92 loc) · 3.71 KB

Changelog

Released on 2020-06-21.

Added

  • Swift Package Manager support.

Released on 2019-07-20.

Updated

  • Updated Ruby dependencies.

Released on 2019-05-12.

Added

  • Support for Xcode 10.
  • Compatibility with Swift 5 (#15) via Stefan Renne

Released on 2018-10-27.

Added

  • Support for Xcode 10, iOS 12 and new devices
  • Compatibility with Swift 4.2 (#11) via David Seek

Released on 2018-01-11.

Updated

  • iOS deployment target is now 9.3

Released on 2018-01-01.

Updated

  • Fixed building for Xcode 9.2.

Released on 2017-11-14.

Added

  • Compatibility with Xcode 9.1, Swift 4 and iOS 11

Updated

  • Deployment target of AutoMate and AutoMateExample is now 10.3

Released on 2017-10-27.

Fixed

  • Build fails on Xcode 9.0.1 (#8) via Jorge Ramirez

Released on 2017-10-20.

Fixed

  • The current version of swiftlint is failing the build (#6) via Jorge Ramirez

Released on 2017-07-03.

Added

  • Check if application is running in UI test environment (with AutoMate-AppBuddy)

Released on 2017-04-11.

Added

  • Smart coordinates SmartXCUICoordinate.

Updated

  • Disabled Bitcode for Cocoapods.
  • Adjusted swipe and tap methods to use smart coordinates.

Released on 2017-04-10.

Added

  • Added element(withIdentifier:labels:labelComparisonOperator:)
  • Added swipe(to:times:avoid:from:until:), swipe(to:untilExist:times:avoid:from:) and swipe(to:untilVisible:times:avoid:from:) to use with collection views.
  • Improve launch options type safety

Released on 2017-03-29.

Added

  • More generic version of wait(...) methods: wait(forFulfillmentOf predicate:...).
  • wait(forInvisibilityOf...) method which is waiting for element to disappear.
  • Compatibility with Xcode 8.3 and Swift 3.1.

Released on 2017-03-15.

Added

  • Page Objects: BaseAppPageProtocol, BaseAppPage, ModalPage, PushedPage, HealthPermissionView
  • IdentifiableByElement protocol
  • Locator protocol
  • AppUITestCase as base XCTestCase template
  • Disable UIView animations (with AutoMate-AppBuddy)
  • Improve handling of system alerts (with AutoMate-ModelGenie)
  • Most permissions alerts (like: LocationWhenInUseAlert, CalendarAlert, PhotosAlert) (with AutoMate-Templates)
  • Managing events, reminders and contacts (with AutoMate-AppBuddy)

Updated

  • Documentation

Released on 2016-09-23.

Added

  • CoreData debug launch options.
  • String localization debug options.
  • Extensions for UI Testing.

Updated

  • Improved documentation.

Released on 2016-08-05.

Added

  • General utilities for configuring tested application.
  • System keyboards launch argument.
  • System locale launch argument.
  • System languages launch argument.