Metadata-Version: 2.1
Name: tttest-cli
Version: 1.0.8
Summary: A generic automation framework for QA testing.
Home-page: https://github.com/wtttest/TtTest
Author: tt
Author-email: tt@tttest.run
License: MIT
Platform: UNKNOWN
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: setuptools ~=58.0.4
Requires-Dist: twine
Requires-Dist: wheel
Requires-Dist: PyYAML ~=6.0
Requires-Dist: flask ~=2.3.3
Requires-Dist: psutil ~=5.9.5
Requires-Dist: selenium ==4.8.2
Requires-Dist: pyyaml ==6.0
Requires-Dist: Pillow ~=10.0.0
Requires-Dist: peewee ~=3.16.2
Requires-Dist: PyMySQL ~=1.1.0
Requires-Dist: dataclasses-json >=0.5.2
Requires-Dist: pandas ~=2.0.3
Requires-Dist: airtest ==1.3.0.1
Requires-Dist: allure-pytest ==2.13.2
Requires-Dist: peewee ==3.16.2
Requires-Dist: pytest ==7.4.0
Requires-Dist: jsonpath ~=0.82.2
Requires-Dist: opencv-contrib-python ~=4.6.0.66
Requires-Dist: allure-python-commons ~=2.13.1
Requires-Dist: pocoui ~=1.0.89
Requires-Dist: aiohttp ~=3.8.6
Requires-Dist: pytest-asyncio ~=0.21.1


# TtTest

![](https://www.tttest.run/logo.svg)

A generic automation framework for QA testing


### 开发说明

---

运行下面指令可以不用install 方便开发调试

`pip install -r requirements.txt`

`python setup.py develop`


### 启动执行指令

---

#### 运行命令行指令

`tttest.run -h`

#### 启动前端交互服务

`tttest.serve -h`

#### 启动mock服务

`tttest.mock -h`


