1.pytest生成测试报告
2.pytest中读取csv数据
3.pytest中读取xml数据
4.allure的环境变量的配置
5.allure的特性
@allure.feature # 用于描述被测试产品需求
@allure.story # 用于描述feature的用户场景,即测试需求
with allure.step(): # 用于描述测试步骤,将会输出到报告中
allure.attach # 用于向测试报告中输入一些附加的信息,通常是一些测试数据,截图等
6.pytest的练习题
xml
csv