mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-03 06:49:38 +08:00
rename extractor/extractors to extract
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user