Skip to content

adil-hussain-84/EarlGreyExperiment

Repository files navigation

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.

About

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

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published