rename keyword: extract_binds => extractors

This commit is contained in:
debugtalk
2017-10-24 15:40:59 +08:00
parent e743b22a93
commit 7b64b8233b
15 changed files with 27 additions and 25 deletions

View File

@@ -98,7 +98,7 @@ And here is testset example of typical scenario: get `token` at the beginning, a
app_version: $app_version
json:
sign: ${get_sign($user_agent, $device_sn, $os_platform, $app_version)}
extract_binds:
extractors:
- token: content.token
validators:
- {"check": "status_code", "comparator": "eq", "expected": 200}