This morning, Google published a blog named EarlGrey – iOS Functional UI Testing Framework.
They also opened their UI Testing framework in the article.
https://github.com/google/EarlGrey
I tried a demo packaged in the repository.
https://github.com/google/EarlGrey/tree/master/Demo/EarlGreyExample
The framework looks using accessibility inspector . So, we can see the inspector on simulator when I run test. See the following.

Hm…
If this library separate with production code completely, this library will be one of the cool framework for UI Test, I suppose.
(This framework support over iOS8.x. So, If you support iOS7, you can’t use the framework. See https://github.com/google/EarlGrey/blob/master/docs/backward-compatibility.md )
2 Comments