Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 694 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 694 Bytes

EarlGrey Example

An example that shows several features of EarlGrey.

EarlGreyExampleSwift is an app written in Swift that provides a showcase test ground.

EarlGreyExampleTests and EarlGreyExampleSwiftTests are test targets that exercise different functionalities provide by EarlGrey, written in Objective-C and Swift.

Getting Started

Execute pod install from the directory where you have downloaded the source of the example, then open EarlGreyExample.xcworkspace to open the example in xcode.

Run the tests that you want to see in action.

Please note that some tests are meant to fail, as indicated in the comments in the source.