{"id":15435239,"url":"https://github.com/drptbl/earlgrey","last_synced_at":"2026-03-09T05:31:36.381Z","repository":{"id":88033412,"uuid":"71768136","full_name":"drptbl/EarlGrey","owner":"drptbl","description":null,"archived":false,"fork":false,"pushed_at":"2016-10-24T08:31:51.000Z","size":10529,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"swift3supp","last_synced_at":"2025-11-21T14:42:08.108Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/drptbl.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2016-10-24T08:28:43.000Z","updated_at":"2019-07-08T18:50:13.000Z","dependencies_parsed_at":"2023-07-18T00:30:42.803Z","dependency_job_id":null,"html_url":"https://github.com/drptbl/EarlGrey","commit_stats":{"total_commits":287,"total_committers":24,"mean_commits":"11.958333333333334","dds":0.6306620209059233,"last_synced_commit":"949c39ebf1c266b638d84a07b8bb778b17eac9fb"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/drptbl/EarlGrey","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drptbl%2FEarlGrey","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drptbl%2FEarlGrey/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drptbl%2FEarlGrey/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drptbl%2FEarlGrey/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/drptbl","download_url":"https://codeload.github.com/drptbl/EarlGrey/tar.gz/refs/heads/swift3supp","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/drptbl%2FEarlGrey/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30283893,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-09T02:57:19.223Z","status":"ssl_error","status_checked_at":"2026-03-09T02:56:26.373Z","response_time":61,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-01T18:43:11.646Z","updated_at":"2026-03-09T05:31:36.352Z","avatar_url":"https://github.com/drptbl.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# EarlGrey\n[![Apache License](https://img.shields.io/badge/license-Apache%202-lightgrey.svg?style=flat)](https://github.com/google/EarlGrey/blob/master/LICENSE)\n[![CC-BY 4.0 License](https://img.shields.io/badge/license-CC%20BY%204.0-lightgrey.svg)](https://github.com/google/EarlGrey/blob/master/LICENSE)\n[![CocoaPods](https://img.shields.io/cocoapods/v/EarlGrey.svg?maxAge=2592000)](https://cocoapods.org/pods/EarlGrey)\n[![Build Status](https://travis-ci.org/google/EarlGrey.svg?branch=master)](https://travis-ci.org/google/EarlGrey)\n[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)\n\nEarlGrey is a native iOS UI automation test framework that enables you to write\nclear, concise tests.\n\nWith the EarlGrey framework, you have access to enhanced synchronization\nfeatures. EarlGrey automatically synchronizes with the UI, network requests,\nand various queues; but still allows you to manually implement customized\ntimings, if needed.\n\nEarlGrey’s synchronization features help to ensure that the UI is in a steady\nstate before actions are performed. This greatly increases test stability and\nmakes tests highly repeatable.\n\nEarlGrey works in conjunction with the XCTest framework and integrates with\nXcode’s Test Navigator so you can run tests directly from Xcode or the command\nline (using xcodebuild).\n\n## Getting Started\n\nThe EarlGrey documentation for users is located in the\n[EarlGrey/docs](https://github.com/google/EarlGrey/tree/master/docs) folder.\nTo get started, review the EarlGrey features, check for backward compatibility,\nand then install/run EarlGrey with your test target. After everything is\nconfigured, take a look at the EarlGrey API and start writing your own tests.\n\n  * [Features](https://github.com/google/EarlGrey/tree/master/docs/features.md)\n  * [Backward Compatibility](https://github.com/google/EarlGrey/tree/master/docs/backward-compatibility.md)\n  * [Install and Run](https://github.com/google/EarlGrey/tree/master/docs/install-and-run.md)\n  * [API](https://github.com/google/EarlGrey/tree/master/docs/api.md)\n  * [Cheat Sheet](https://github.com/google/EarlGrey/tree/master/docs/cheatsheet/cheatsheet.png)\n\n## Getting Help\n\nIf you need help, several resources are available. First check the [FAQ](https://github.com/google/EarlGrey/tree/master/docs/faq.md).\nIf you have more questions after reading the FAQ, see [Known Issues](https://github.com/google/EarlGrey/tree/master/docs/known-issues.md).\nYou can bring more specific issues to our attention by asking them on\n[stackoverflow.com](http://stackoverflow.com/) using the [#earlgrey tag](http://stackoverflow.com/questions/tagged/earlgrey).\nYou can also start new discussions with us on our [Google group](https://groups.google.com/forum/#!forum/earlgrey-discuss)\nor request to join our [slack channel](https://googleoss.slack.com/messages/earlgrey).\n\n  * [FAQ](https://github.com/google/EarlGrey/tree/master/docs/faq.md)\n  * [Known Issues](https://github.com/google/EarlGrey/tree/master/docs/known-issues.md)\n  * [Stack Overflow](http://stackoverflow.com/questions/tagged/earlgrey)\n  * [Slack](https://googleoss.slack.com/messages/earlgrey)\n  * [Google Group](https://groups.google.com/forum/#!forum/earlgrey-discuss)\n\n## Analytics\n\nTo prioritize and improve EarlGrey, the framework collects usage data and\nuploads it to Google Analytics. More specifically, the framework collects the\nApp’s *Bundle ID* (as a MD5 hash) and the total number of test cases. This\ninformation allows us to measure the volume of usage. For more detailed\ninformation about our analytics collection, please peruse the\n[GREYAnalytics.m](https://github.com/google/EarlGrey/tree/master/EarlGrey/Common/GREYAnalytics.m)\nfile which contains the implementation details. If they wish,\nusers can choose to opt out by disabling the Analytics config setting in their\ntest’s `- (void)setUp` method:\n\nIn Objective-C:\n```objc\n// Disable analytics.\n[[GREYConfiguration sharedInstance] setValue:@(NO) forConfigKey:kGREYConfigKeyAnalyticsEnabled];\n```\n\nIn Swift:\n```swift\n// Disable analytics.\nGREYConfiguration.sharedInstance().setValue(false, forConfigKey: kGREYConfigKeyAnalyticsEnabled)\n```\n\n## For Contributors\n\nPlease make sure you’ve followed the guidelines in\n[CONTRIBUTING.md](https://github.com/google/EarlGrey/tree/master/CONTRIBUTING.md) before making any contributions.\n\n### Setup an EarlGrey Project\n\n  1. Clone the EarlGrey repository from GitHub:\n\n    ```\n    git clone https://github.com/google/EarlGrey.git\n    ```\n\n  2. After you have cloned the EarlGrey repository, download all the dependencies\nusing [**setup-earlgrey.sh**](https://github.com/google/EarlGrey/tree/master/Scripts/setup-earlgrey.sh).\n  3. After the script completes successfully, open `EarlGrey.xcodeproj` and ensure that all\nthe targets build.\n  4. You can now use `EarlGrey.xcodeproj` to make changes to the framework.\n\n### Add and Run Tests\n\n#### Unit Tests\n\nTo add unit tests for EarlGrey, use `UnitTests.xcodeproj` located at\n`Tests/UnitTests`. To run all unit tests, select the **UnitTests** Scheme and press Cmd+U.\n\n#### Functional Tests\n\nTo add functional tests for EarlGrey, use the `FunctionalTests.xcodeproj` located\nat `Tests/FunctionalTests`. To run all functional tests, select the **FunctionalTests** Scheme and press Cmd+U.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrptbl%2Fearlgrey","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdrptbl%2Fearlgrey","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdrptbl%2Fearlgrey/lists"}