用 Httprunner3 做介面測試遇到了問題,求解~

tialias發表於2020-11-05
.teardown_hook("${get_field_codetype($response)}")
.validate()
.assert_equal("status_code", 200)

其中.teardown_hook 的 get_field_codetype() 會返回一個字典型別的引數

問題 1:怎麼接收這個引數
問題 2: 怎麼傳入下個 Step 的.with_json 中

相關文章