Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 764 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 764 Bytes

About

An Xcode workspace that demonstrates how to setup UI tests with EarlGrey 1.

This workspace contains an application target (EarlGreyExperiment) and a unit testing target (EarlGreyExperimentTests) which defines some UI tests for the application target.

Note that the UI tests defined in this workspace will only run and pass on devices running iOS 13 and older. This is because EarlGrey 1 is deprecated and is not supported for iOS 14+ devices.

Setup

  1. Clone the repository.
  2. Run pod install in the repository's root folder.
  3. Open the EarlGreyExperiment.xcworkspace file in Xcode.
  4. Run the tests defined in EarlGreyExperimentTests.