svanoort / pyresttest

Python Rest Testing
Apache License 2.0
1.15k stars 325 forks source link

feat: ext #253

Open alswl opened 7 years ago

alswl commented 7 years ago

add 3 extentions:

How to use:

  - generators:
    - 'albumId': {type: 'file_choice', values: 'albumId.txt'}
  - extract_binds:
    - 'user_id': {'jsonpath_mini': 'data.user.id'}
    - 'sessionid': {'cookie': 'sessionid'}
svanoort-jenkins commented 7 years ago

Can one of the admins verify this patch?