Add example

This commit is contained in:
Long
2019-12-11 15:19:57 +08:00
parent 8082e73882
commit 0a397897d8
20 changed files with 233 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
config:
base_url: http://127.0.0.1:8085
variables:
admin_cookie: 'cookies'
teststeps:
- name: get group by parent area id
api: api/get_area_groups_api.yml
validate:
- eq: [status_code, 200]
- eq: [headers.Content-Type, application/json]
- eq: [content.success, true]
- exists_default_group: [content.result, '']