OpenSourceTest
将为您创建更加自由的软件自动化测试,不是为了简单而简单,而是为您提供更自由的可扩展的,适用于不同功能场景的UI
自动化、APP 自动化或接口自动化测试框架。
官方文档地址:http://docs.opensourcetest.cn/
UI
自动化测试框架yaml
][yaml] 格式定义UI
元素对象,[yaml
][yaml] 对象自动注入requests
][requests] 的所有强大功能yaml
][yaml] 格式定义接口,[yaml
][yaml] 对象自动注入jmespath
][jmespath] 提取和验证 [json
][json] 响应yaml
][yaml] 格式定义UI
元素对象,[yaml
][yaml] 对象自动注入pytest
][pytest],您可以使用您想使用的任何 [pytest
][pytest] 格式allure
][allure],您可以使用您想使用的任何 [allure
][allure] 命令OpenSourceTest 在 PyPI 官方仓库中,可以通过 pip 安装(推荐使用豆瓣源安装)
pip3 install opensourcetest -i https://pypi.tuna.tsinghua.edu.cn/simple
如果您以前安装的 OpenSourceTest 过老,并且想要升级到最新版本,则可以使用-U 选项。
pip3 install -U opensourcetest
安装 OpenSourceTest 后,系统将添加三个命令。在 OpenSourceTest 中 OST 命令等价于 Ost、Opensourcetest、opensourcetest。
详情可查看官方文档:http://docs.opensourcetest.cn/