{"id":13625827,"url":"https://github.com/Tencent/QTAF","last_synced_at":"2025-04-16T10:33:18.502Z","repository":{"id":11338257,"uuid":"68911733","full_name":"Tencent/QTAF","owner":"Tencent","description":"QTA test framework","archived":false,"fork":false,"pushed_at":"2025-02-13T01:24:31.000Z","size":3891,"stargazers_count":512,"open_issues_count":24,"forks_count":156,"subscribers_count":42,"default_branch":"master","last_synced_at":"2025-04-11T18:22:45.264Z","etag":null,"topics":["qta","test-automation","test-framework","testing"],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Tencent.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE.TXT","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-09-22T10:43:37.000Z","updated_at":"2025-04-05T04:17:08.000Z","dependencies_parsed_at":"2024-01-14T07:11:16.411Z","dependency_job_id":"0bf743d3-c185-42ce-be9c-bae3b6fb529f","html_url":"https://github.com/Tencent/QTAF","commit_stats":{"total_commits":233,"total_committers":15,"mean_commits":"15.533333333333333","dds":0.7854077253218884,"last_synced_commit":"83c3bc2f1610bbba325d7dc8217dc3f9d4c7823b"},"previous_names":[],"tags_count":99,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tencent%2FQTAF","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tencent%2FQTAF/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tencent%2FQTAF/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Tencent%2FQTAF/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Tencent","download_url":"https://codeload.github.com/Tencent/QTAF/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248824693,"owners_count":21167345,"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":["qta","test-automation","test-framework","testing"],"created_at":"2024-08-01T21:02:03.016Z","updated_at":"2025-04-16T10:33:18.087Z","avatar_url":"https://github.com/Tencent.png","language":"Python","funding_links":[],"categories":["Python","自动化测试"],"sub_categories":["测试框架"],"readme":"# QTAF\n\n[![Build Status](https://travis-ci.org/Tencent/QTAF.svg?branch=master)](https://travis-ci.org/Tencent/QTAF)\n[![PyPi version](https://img.shields.io/pypi/v/qtaf.svg)](https://pypi.python.org/pypi/qtaf/)\n[![GitHub tag](https://img.shields.io/github/tag/Tencent/QTAF.svg)](https://GitHub.com/Tencent/QTAF/tags/)\n\nQTA is a cross-platform test automation tool for servers and native, hybrid and applications.\n\n### Supported Platforms\n\n* iOS (powered by [QT4i](https://github.com/tencent/QT4i) driver)\n* Android (powered by [QT4A](https://github.com/tencent/QT4A) driver)\n* Web (powered by [QT4W](https://github.com/tencent/QT4W) driver)\n* Windows (powered by QT4C driver)\n* macOS (powered by QT4Mac driver))\n* Server (powered by QT4S driver)\n\nQTAF (QTA Framework) is a base framework for QTA, including,\n\n* testbase\n* tuia\n\n### Testbase\n\nTestbase is a test framework providing test execution, reporting and management, and is the common base for each platform-specific QTA driver.\n\nFor more inforamtion about quick startup, usage and API reference, please read [testbase's document](http://qta-testbase.readthedocs.io/zh/latest/).\n\n\n### TUIA\n\nTUIA (Tencent UI Automation) is a base framework for UI test automation, which is used by each platform-specific QTA driver for client.\n\nFor more inforamtion about quick startup, usage and API reference, please read [TUIA's document](http://qta-tuia.readthedocs.io/zh/latest/).\n\n\n------------------------------\n\nQTA是一个跨平台的测试自动化工具，适用于后台、原生或混合型客户端应用的测试。\n\n### 平台支持\n\n* iOS (由[QT4i](https://github.com/tencent/QT4i) driver提供)\n* Android (由[QT4A](https://github.com/tencent/QT4A) driver提供)\n* Web (由[QT4W](https://github.com/tencent/QT4W) driver提供)\n* Windows (由QT4C driver提供)\n* macOS (由QT4Mac driver提供)\n* Server (由QT4S driver提供)\n\n\nQTAF (QTA Framework)是QTA的基础框架，包括以下模块：\n\n* testbase\n* tuia\n\n### Testbase\n\nTestbase是测试框架基础，提供包括测试执行、报告和用例管理等基础功能。Testbase会被各个平台的QTA Driver所使用。\n\n快速入门、使用和接口文档请参考《[Testbase文档](http://qta-testbase.readthedocs.io/zh/latest/)》。\n\n\n### TUIA\n\nTUIA (Tencent UI Automation)是UI自动化基础库，为QTA各个平台下的客户端UI测试Driver所使用。\n\n快速入门、使用和接口文档请参考《[TUIA文档](http://qta-tuia.readthedocs.io/zh/latest/index.html)》。\n\n------------------------------\n\n欢迎加入QQ群（432699528）交流使用和反馈\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTencent%2FQTAF","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FTencent%2FQTAF","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FTencent%2FQTAF/lists"}