docs: update

This commit is contained in:
debugtalk
2019-12-11 17:14:13 +08:00
parent 477a4e15e5
commit 0e57297b82
21 changed files with 12 additions and 3 deletions
@@ -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, '']