用 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中

相關文章