ysansan

Results 3 comments of ysansan

> +1 这个是已经支持的 示例如下: ```python # NOTE: Generated By HttpRunner v3.1.6 # FROM: demo.yml from httprunner import HttpRunner, Config, Step, RunRequest class TestCaseDemo(HttpRunner): config = ( Config("basic test with httpbin").base_url("http://httpbin.org/").verify(False)...