Skip to content

Releases: PGSSoft/AutoMate

1.3.1

11 Apr 13:18
Compare
Choose a tag to compare

Released on 2017-04-11.

Added

  • Smart coordinates SmartXCUICoordinate.

Updated

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

1.3.0

10 Apr 06:36
Compare
Choose a tag to compare

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

1.2.0

29 Mar 09:51
Compare
Choose a tag to compare

Released on 2017-03-29.

Added

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

1.1.0

15 Mar 10:59
Compare
Choose a tag to compare

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

1.0

23 Sep 11:13
Compare
Choose a tag to compare
1.0

Released on 2016-09-23.

Added

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

Updated

  • Improved documentation.