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