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

iOS 16 Adaptation. Support for [UIScreen mainScreen] deprecation.

If EarlGrey supported the [mobile JSON wire protocol](https://github.com/SeleniumHQ/mobile-spec/blob/master/spec-draft.md) then Appium could be used with EarlGrey. See [facebook/WebDriverAgent](https://github.com/facebook/WebDriverAgent) for an example. The primary benefit is enabling testing in any language, instead...

type: feature-request

Steps to reproduce: 1. Create a new iOS project. 2. Set up EarlGrey by this [cocoapods guide](https://github.com/google/EarlGrey/blob/earlgrey2/docs/cocoapods-setup.md) 3. Build and run for real device or simulator. Build error for real...

Found an issue while migrating to Earlgrey 2.. We've been using `GREYElementMatcherBlock` to fetch children under a parent of specific type.. ex: cells under a table view... With Earlgrey 2,...

#import "AppFramework/Action/GREYActions.h" ^ /Users/yongjuwa/Desktop/cbdmobile/ios/../../shared/Earlgrey/AppFramework/Action/GREYActions.h:23:9: error: 'eDistantObject/EDORemoteVariable.h' file not found #import ^ 1 error generated. :0: error: failed to emit precompiled header '/Users/yongjuwa/Library/Developer/Xcode/DerivedData/CBDMobile-gfssoqseupovomajrakqibbecrgu/Build/Intermediates.noindex/PrecompiledHeaders/EG2Header-swift_57OHYXJF0H8J-clang_219ISBKZ2L257.pch' for bridging header '/Users/yongjuwa/Desktop/cbdmobile/ios/CBDMobileUITests/EG2Header.h' /Users/yongjuwa/Desktop/cbdmobile/ios/CBDMobileUITests/EG2Header.h:3:9: note: in file...

When using EarlGrey 2.0 (not sure if this happens on the first version as well), some of our views miss their rounded corners for some strange reason. Any idea why...

DO NOT SUBMIT. Actual fix will be pushed from internal.

I recently evaluated EarlGrey and XCUITest frameworks to understand pros and cons of each. I found the biggest advantage of EarlGrey is that since my test code runs inside the...

P2

Fix that adds missing files (GREYTwistAction) app framework project, so that it compiles again. ![image](https://user-images.githubusercontent.com/112707/172369664-9799da45-d46d-44b5-834b-594e127e5ec2.png) Issue: https://github.com/google/EarlGrey/issues/1773