EarlGrey icon indicating copy to clipboard operation
EarlGrey copied to clipboard

:tea: iOS UI Automation Test Framework

Results 126 EarlGrey issues
Sort by recently updated
recently updated
newest added

When I try executing the `FunctionalSwiftTests` inside the [Functional Tests app](https://github.com/google/EarlGrey/tree/earlgrey2/Tests/Functional) I get an error: ![Screenshot 2021-02-04 at 10 49 06](https://user-images.githubusercontent.com/8447176/106882629-e3740c80-66d6-11eb-9af0-594b8e414b97.png) I have executed the `sh Scripts/download_deps.sh`, other than that...

How far out is Xcode 13 support, and what exactly needs to be done to get there (maybe I can submit a PR to help)?

Hello! When trying to select a determined value on a SwiftUI Picker wheel using grey_setPickerColumnToValue(), I get the following error: "UIPickerView does not contain desired value!" Even though the value...

Seems GREYTestHelper.enableFastAnimation() is not working for EG2. Any advice for this? Thanks!

Hi all, Many thanks to @tirodkar for his help in this. EarlGrey 2 CocoaPods with white-box testing working example: We recently migrated from EarlGrey 1 to EarlGrey 2, since we...

I upgrated from EarlGrey 1 to 2.0 by changing Podfile, following the doc here: https://chromium.googlesource.com/external/github.com/google/EarlGrey/+/earlgrey2/docs/cocoapods-setup.md But after that, every time I build my app, it crashed with these logs: `2020-09-01...

The `grey_text` matcher does not work for a SwiftUI [Text](https://developer.apple.com/documentation/swiftui/text) view. This is demonstrated by the UI testing target defined [here](https://github.com/adil-hussain-84/EarlGrey2-SwiftUI-Experiment/tree/master/EarlGrey2ExperimentUITests) which tests the application target defined [here](https://github.com/adil-hussain-84/EarlGrey2-SwiftUI-Experiment/tree/master/EarlGrey2Experiment).

I know this isn't as much an EarlGrey2 specific issue, but rather the way Cocoapods Active Compilation Flags works, but I was wondering if anybody knows of a work around...

EarlGrey2 App crashes due to infinite loop while generating element hierarchy description on error ``` ... frame #130525: 0x000000014e8fec1c UIAccessibility`-[UIView(UIAccessibilityPrivate) _accessibilityViewIsVisibleIgnoringAXOverrides:stoppingBeforeContainer:] + 244 frame #130526: 0x000000014e8feb08 UIAccessibility`-[UIView(UIAccessibilityPrivate) _accessibilityViewIsVisibleIgnoringAXOverrides:] + 84...