我尝试了以下功能来传递带有变量的url,但是失败了。请提出建议。还是我们不能尝试这样的URL?我在空手道配置中给出了demoBaseURL。
INFINITY
*网址demoBaseUrl
Background:
示例: | accountNumber | | PPB00001694 |
答案 0 :(得分:0)
请仔细阅读path
上的文档。尝试以下更改:
Scenario Outline: Check Request and Response
Given path '<accountNumber>'
When method GET
Then status 200
And match $ == read('AccountResponse.json')
And print 'response: ', response