随笔分类 -  Httprunner

摘要:支持的类型默认三种 Text,bytes,Dict 如果超出三种类型则报错 E pydantic.error_wrappers.ValidationError: 3 validation errors for ResponseDataE bodyE str type expected (type=t 阅读全文
posted @ 2023-05-08 21:12 蜗牛果果 阅读(55) 评论(0) 推荐(0)
摘要:官方中文文档V3 https://www.ontheway.cool/HttpRunner3DocsForCN/concepts/step_case_suite/ 官方文档主要以yaml为例子,所以也用的yaml testcase结构分析: config:节点中设置当前文件全局的配置 name:用例 阅读全文
posted @ 2023-05-08 21:12 蜗牛果果 阅读(80) 评论(0) 推荐(0)
摘要:V3支持如下: 例如:"eq", "equals", "equal"等都可以表示equal "lt", "less_than"都代表less_than def get_uniform_comparator(comparator: Text): """ convert comparator alias 阅读全文
posted @ 2021-07-30 09:01 蜗牛果果 阅读(9) 评论(0) 推荐(0)