File tree Expand file tree Collapse file tree 1 file changed +26
-0
lines changed
Expand file tree Collapse file tree 1 file changed +26
-0
lines changed Original file line number Diff line number Diff line change 1+ ## [ 2.2.1] ( https://github.com/google/EarlGrey/tree/2.2.0 ) (12/9/2020)
2+ ```
3+ Baseline: [91dc49f]
4+ + [91dc49f]: Move test-side screenshot to XCUIScreen.
5+ ```
6+
7+ ### Enhancements
8+ * Improved synchronization by performing most of the GREYActions on the main thread right after matching.
9+ * Improved synchronization by tracking all NSTimers added in the main thread.
10+ * Added EarlGrey API so that users can choose the root matcher for subsequent interactions.
11+ * Verbose logging can be added through NSUserDefaults.
12+ * iOS 14 support has been added for location alert strings.
13+ * Dedupe superview/subview pair if accessibility attributes are the same as this is a valid case.
14+
15+ ### Bug fixes
16+ * Fix scrolling synchronization issue where tapping was failing at the end of scroll action.
17+ * Fix crash when GREYConfiguration methods were called before relaunching the application.
18+ * Fix crash when error screenshot was taken on the test side.
19+
20+ ### Compatibility
21+ * EarlGrey has been tested for working till Xcode version 12.2 and Swift 5.
22+
23+ ### Known Issues
24+ * There are animation issues with Context Menu’s and multi-window animations.
25+ * ASAN, UBSAN and TSAN do not work with EarlGrey at the moment.
26+
127## [ 2.2.0] ( https://github.com/google/EarlGrey/tree/2.2.0 ) (10/9/2020)
228```
329Baseline: [ddf2911]
You can’t perform that action at this time.
0 commit comments