-
Notifications
You must be signed in to change notification settings - Fork 743
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
EarlGrey with IPA #154
Comments
I think in theory it'd be possible with FBSimulatorControl. See facebook/idb#267 |
@Mittchel There are a number of cloud solutions which have hosted devices: For example, Xamarin Test Cloud or AWS Device Farm (there are a few others as well). There's a lot to manage when it comes to hosted device UI testing, especially for iOS - you may find it's a quicker win to use a service. Though if you're looking to test with EarlGrey specifically, you might have to do what @bootstraponline suggested and look into FBSimulatorControl since I'm not sure how many existing cloud solutions support EarlGrey yet (most seem to support Calabash, Appium or pure XCTests). Best of luck! |
EarlGrey runs on AWS Device Farm today. Xamarin is working on adding official support. I'm not aware of other vendors that are able to run EarlGrey tests well. |
It looks like Xcode 8 will enable using EarlGrey with an app built for testing.
|
Is it some what possible to give an IPA to EarlGrey and perform UI tests? Basically what I'm trying to do is create a cloud service where I upload an ipa file and the tests will run automatically.
The text was updated successfully, but these errors were encountered: