rename extractor/extractors to extract

This commit is contained in:
httprunner
2017-11-01 14:30:36 +08:00
parent 577cb01dcf
commit 62c64e9309
14 changed files with 20 additions and 21 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)}
extractors:
extract:
- token: content.token
validators:
- {"check": "status_code", "comparator": "eq", "expected": 200}