框架结构是:python+requests+pytest+pytest-html
1、数据格式为yaml,断言code码
2、封装读取yaml数据的函数
3、封装post请求
4、装饰器@pytest.mark.parametrize('参数名',list)测试用例参数化。断言code码
5、运行run.py输出报告
6、html报告
7、断言错误信息
框架结构是:python+requests+pytest+pytest-html
1、数据格式为yaml,断言code码
2、封装读取yaml数据的函数
3、封装post请求
4、装饰器@pytest.mark.parametrize('参数名',list)测试用例参数化。断言code码
5、运行run.py输出报告
6、html报告
7、断言错误信息