https://github.com/gableroux/earlgrey-objective-c-example
A very simple EarlGrey objective-c project for ios gray testing fun.
https://github.com/gableroux/earlgrey-objective-c-example
earlgrey example ios
Last synced: 10 months ago
JSON representation
A very simple EarlGrey objective-c project for ios gray testing fun.
- Host: GitHub
- URL: https://github.com/gableroux/earlgrey-objective-c-example
- Owner: GabLeRoux
- License: mit
- Created: 2017-05-01T18:49:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-05-01T18:51:26.000Z (over 8 years ago)
- Last Synced: 2025-02-05T23:59:05.329Z (12 months ago)
- Topics: earlgrey, example, ios
- Language: Objective-C
- Homepage: https://gableroux.com
- Size: 25.4 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: ReadMe.md
- License: LICENSE.md
Awesome Lists containing this project
README
# [Earlgrey](https://github.com/google/EarlGrey) `objective-c` example
A very simple EarlGrey objective-c project for ios gray testing fun.
## Getting started
```bash
pod install
open earlgrey-objective-c-example.xcworkspace
```
Go to test tabs and hit tests play button :rocket:
# LICENSE
[MIT](LICENSE.md) © [Gabriel Le Breton](https://gableroux.com)