{"id":15500821,"url":"https://github.com/yulingtianxia/tbuiautotest","last_synced_at":"2025-04-07T15:07:04.672Z","repository":{"id":56922542,"uuid":"73058508","full_name":"yulingtianxia/TBUIAutoTest","owner":"yulingtianxia","description":"Generating UI test label automatically for iOS.","archived":false,"fork":false,"pushed_at":"2020-06-05T10:37:14.000Z","size":48,"stargazers_count":348,"open_issues_count":4,"forks_count":42,"subscribers_count":8,"default_branch":"master","last_synced_at":"2025-03-31T12:08:34.371Z","etag":null,"topics":["carthage","cocoapods","ios","objective-c","test-automation","toolkit","xcode"],"latest_commit_sha":null,"homepage":"","language":"Objective-C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yulingtianxia.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-11-07T08:42:03.000Z","updated_at":"2025-01-16T10:26:58.000Z","dependencies_parsed_at":"2022-08-21T04:50:15.967Z","dependency_job_id":null,"html_url":"https://github.com/yulingtianxia/TBUIAutoTest","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yulingtianxia%2FTBUIAutoTest","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yulingtianxia%2FTBUIAutoTest/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yulingtianxia%2FTBUIAutoTest/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yulingtianxia%2FTBUIAutoTest/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yulingtianxia","download_url":"https://codeload.github.com/yulingtianxia/TBUIAutoTest/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247675597,"owners_count":20977376,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","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":["carthage","cocoapods","ios","objective-c","test-automation","toolkit","xcode"],"created_at":"2024-10-02T09:01:23.892Z","updated_at":"2025-04-07T15:07:04.642Z","avatar_url":"https://github.com/yulingtianxia.png","language":"Objective-C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# TBUIAutoTest\n\n[![CI Status](http://img.shields.io/travis/yulingtianxia/TBUIAutoTest.svg?style=flat)](https://travis-ci.org/yulingtianxia/TBUIAutoTest)\n[![Version](https://img.shields.io/cocoapods/v/TBUIAutoTest.svg?style=flat)](http://cocoapods.org/pods/TBUIAutoTest)\n[![Carthage compatible](https://img.shields.io/badge/Carthage-compatible-4BC51D.svg?style=flat)](https://github.com/Carthage/Carthage)\n[![License](https://img.shields.io/cocoapods/l/TBUIAutoTest.svg?style=flat)](http://cocoapods.org/pods/TBUIAutoTest)\n[![Platform](https://img.shields.io/cocoapods/p/TBUIAutoTest.svg?style=flat)](http://cocoapods.org/pods/TBUIAutoTest)\n[![CocoaPods](https://img.shields.io/cocoapods/dt/TBUIAutoTest.svg)](http://cocoapods.org/pods/TBUIAutoTest)\n[![CocoaPods](https://img.shields.io/cocoapods/at/TBUIAutoTest.svg)](http://cocoapods.org/pods/TBUIAutoTest)\n[![Twitter Follow](https://img.shields.io/twitter/follow/yulingtianxia.svg?style=social\u0026label=Follow)](https://twitter.com/yulingtianxia)\n\nGenerating UI test label automatically.\n\n## Articles\n\n[为 UIAutomation 添加自动化测试标签的探索](http://yulingtianxia.com/blog/2016/03/28/Add-UITest-Label-for-UIAutomation/)\n\n## Installation\n### CocoaPods\n\n[CocoaPods](http://cocoapods.org) is a dependency manager for Cocoa projects. You can install it with the following command:\n\n```bash\n$ gem install cocoapods\n```\n\nTo integrate TBUIAutoTest into your Xcode project using CocoaPods, specify it in your `Podfile`:\n\n\n```\nsource 'https://github.com/CocoaPods/Specs.git'\nplatform :ios, '9.0'\nuse_frameworks!\ntarget 'MyApp' do\n\tpod 'TBUIAutoTest'\nend\n```\n\nYou need replace \"MyApp\" with your project's name.\n\nThen, run the following command:\n\n```bash\n$ pod install\n```\n\n### Carthage\n\n[Carthage](https://github.com/Carthage/Carthage) is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks.\n\nYou can install Carthage with [Homebrew](http://brew.sh/) using the following command:\n\n```bash\n$ brew update\n$ brew install carthage\n```\n\nTo integrate TBUIAutoTest into your Xcode project using Carthage, specify it in your `Cartfile`:\n\n```ogdl\ngithub \"yulingtianxia/TBUIAutoTest\"\n```\n\nRun `carthage update` to build the framework and drag the built `TBUIAutoTest.framework` into your Xcode project.\n\n### Manual\n\nJust drag the \"TBUIAutoTest\" document folder into your project.\n\n## Usage\n\nTurn on TBUIAutoTest in `+load` method:\n\n```\nextern NSString * const kAutoTestUITurnOnKey;\n[NSUserDefaults.standardUserDefaults setBool:YES forKey:kAutoTestUITurnOnKey];\n```\n\nTurn on showing infomation when long press view in `+load` method:\n\n```\nextern NSString * const kAutoTestUILongPressKey;\n[NSUserDefaults.standardUserDefaults setBool:YES forKey:kAutoTestUILongPressKey];\n```\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyulingtianxia%2Ftbuiautotest","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyulingtianxia%2Ftbuiautotest","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyulingtianxia%2Ftbuiautotest/lists"}