google / EarlGrey

:tea: iOS UI Automation Test Framework
http://google.github.io/EarlGrey/
Apache License 2.0
5.62k stars 742 forks source link

Roadmap? #620

Open isnifer opened 7 years ago

isnifer commented 7 years ago

Hi, guys! Thank you for EarlGrey, I'm using it via Detox. I want to ask you, do you any plans or roadmap? I cannot fully switch to detox/earlgrey, because the latest one doesn't support SFSafariViewController. Can you provide for us this information?

tirodkar commented 7 years ago

Hey @isnifer, we're working right now on EarlGrey 2.0, which works with out of process XCUITest. We haven't got a fixed plan for the Open Source release as of now, but sometime next quarter is the lower estimate.

Could you share what you're doing with Detox right now?

isnifer commented 7 years ago

Hi, @tirodkar sorry for the late response. At Tipsi we've rewritten all test suites to detox from appium except authorization tests via Facebook and Twitter. Also, we can't use detox with Apple Pay requests, cause it inaccessible. A transition from appium to detox has allowed to us run our tests 5 times faster. I hope EarlGrey 2.0 will not slow like appium cause both test frameworks will use XCUITest.

P.S. Currently, we can't remove appium completely for two reasons: detox doesn't support Android (it's under active development), EarlGrey doesn't support SFSafariController and native screens like ApplePay or Gallery or something else. That's why I'm asking you about your plans. Thank you!