随笔分类 -  5.1 接口自动化

摘要:import pytest"""总结:pytest.mark.skip()pytest.mark.parametrize()pytest.fixture()py.test -s -q --junitxml=./report.xml tests/"""# 1. 常用的装饰器# 1.1 pytest.m 阅读全文
posted @ 2021-03-13 19:33 沈一愣 阅读(93) 评论(0) 推荐(0)
摘要:首先,最好的参考应该是官方文档:http://allure.qatools.ru/ 1. report界面:总览页面、缺陷页面、xunit单元测试页面、行为驱动开发页面、视图页面; 2. 安装配置:windows: 解压到项目文件夹下,运行allure.bat添加环境变量,cmd: allure - 阅读全文
posted @ 2021-03-08 23:42 沈一愣 阅读(833) 评论(0) 推荐(0)