adil-hussain-84 / EarlGreyExperiment

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.


Languages

Language:Swift 98.6%Language:Ruby 1.4%