Metadata-Version: 2.1
Name: HTest
Version: 0.1.0
Summary: Automated testing framework based on unittest.
Home-page: https://https://github.com/Tao99/ui-autotest/HTest
Author: Tao lei
Author-email: 1285642171@qq.com
License: BSD
Description: # HTest框架
        
        
        下载安装：pip3 install HTest
        
        > 使用方法：
        
        （1）查看版本：HTest（htest或者hs）-v
        
        （2）新建项目：hs -s 项目名
        
        （3）帮助：hs -h
        
        （4）运行：hs -r  测试用例
        
        
        > 编写yaml测试用例流程
        
        1,  首先创建一个空的项目project
        
        2,  在config目录下创建配置文件，参考HTest/content/config.png
        
        3,  在step目录下新增一个测试步骤，参考HTest/content/step.png
        
        4,  在case目录下新增一个测试用例，参考HTest/content/case.png
        
        5,  在suit目录下新增测试用例集，参考HTest/content/suit.png
        
        
        
        
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Testing
Requires-Python: >=3.7
Description-Content-Type: text/markdown
