Metadata-Version: 2.1
Name: fasttest
Version: 1.0.1
Summary: 关键字驱动自动化框架
Home-page: https://github.com/Jodeee/fasttest
Author: IMJIE
Author-email: imjie@outlook.com
License: UNKNOWN
Keywords: macaca,appium,selenium,APP自动化,WEB自动化,关键字驱动
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Requires-Python: >=3.6
Description-Content-Type: text/markdown
Requires-Dist: PyYAML (>=5.1.2)
Requires-Dist: wd (>=1.0.1)
Requires-Dist: selenium
Requires-Dist: colorama
Requires-Dist: opencv-contrib-python (==3.4.2.16)

`fasttest` 在`macaca`、`appium`、`selenium`的基础上做了一层关键字映射，在`yaml`文件上编写自动化用例，即使无代码基础的同学也已可以很快上手自动化测试

![](https://img.shields.io/badge/python-3.7-green) 

#### 我能做什么
- 支持`IDEA`、`Pycharm`插件，在`yaml`文件上写用例可智能联想关键字 --> [FastYaml](https://plugins.jetbrains.com/plugin/16600-fastyaml)
- 支持实时`debug`用例步骤，无需重复运行验证
- 支持现有关键字组合、自定义关键字，拥有无限扩展性
- 支持`PO`模式、支持`iOS`、`Android`两端共用一份用例
- 支持`if`、`while`、`for`等语法用于构造复杂场景
- 支持`CLI`命令，支持`Jenkins`持续集成
- 支持多设备并行执行

#### 演示↓↓↓
![](https://github.com/Jodeee/fasttest/blob/master/demo.gif)

更多请点击 [fasttest](https://www.yuque.com/jodeee/vt6gkg/oue9xb)


