EarlGrey 1.3.0
EarlGrey Release 1.3.0 (09/09/2016)
Baseline: [6b2f329]
+ [6b2f329]: Add fixes for documentation.
Compatibility
- Requires iOS 8 as the minimum deployment target.
- Has been tested for support till iOS 10 beta 4.
New Features
- The following new matchers were added EarlGrey:
grey_selected
: Checks if a UIControl is selected.grey_accessibilityFocused
: Checks if a UI element is focused by accessibility technologies
like Voiceover or Switch Control.
Enhancements
- Added an API to find the
XCTestCase
status through an EarlGrey test run. - Improved the failure description in the failure handler.
- Made the
EarlGrey.swift
file syntax swiftier. - Improved Unit and Functional test coverage.
Bug Fixes
- Fixed Travis issue with the Ruby version.
- Minor documentation and syntax fixes.
Deprecations
grey_elementAtIndex
has been removed in favor of theatIndex:
interaction API. For migrating
your tests, please follow the announcement
here.
Contributors
Special thanks to axi0mX, bootstraponline, KazuCocoa and the rest of our contributors.