入门1-pytest测试框架功能及常用第三方插件介绍

安装

1. 安装Python

2. 安装pytest: pip install -U pytest

3. 安装常用插件 pip install -r requirement.txt

PS: 常用插件:

pytest
allure-pytest
requests
PyYAML
pandas
openpyxl
jsonpath
requests_toolbelt
PrettyTable
pytest-html
pytest-xdist

 

https://docs.pytest.org/en/7.3.x/getting-started.html#install-pytest

posted @ 2023-05-09 21:57  蜗牛果果  阅读(28)  评论(0编辑  收藏  举报