Sample App with EarlGrey 2 added by copying the EG project over.
Uses: EarlGrey2
How to use:
- clone repo
- clone EG2 repo into the root of this project (so that the structure of the project is: EarlGrey2Integration/EarlGrey/EarlGrey.xcproj)
- download EG2 dependencies using the shell script - Scripts/download_deps.sh
- open EarlGrey2Integration.xcproj
- EG2 schemes should now show up in your schemes. Make sure
AppFramework
andTestLib
targets build. - Run UI tests through the EarlGrey2IntegrationUITests scheme