mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-03 06:49:38 +08:00
move tests/data/debugtalk.py to tests/debugtalk.py
This commit is contained in:
@@ -2,7 +2,11 @@
|
||||
- config:
|
||||
name: "create user and check result."
|
||||
def: create_and_check($uid, $token)
|
||||
request: $default_request
|
||||
request:
|
||||
"base_url": "http://127.0.0.1:5000"
|
||||
"headers":
|
||||
"Content-Type": "application/json"
|
||||
"device_sn": "$device_sn"
|
||||
output:
|
||||
- token
|
||||
|
||||
|
||||
@@ -6,7 +6,11 @@
|
||||
- device_sn: ${gen_random_string(15)}
|
||||
- os_platform: 'ios'
|
||||
- app_version: '2.8.6'
|
||||
request: $default_request
|
||||
request:
|
||||
"base_url": "http://127.0.0.1:5000"
|
||||
"headers":
|
||||
"Content-Type": "application/json"
|
||||
"device_sn": "$device_sn"
|
||||
output:
|
||||
- token
|
||||
|
||||
|
||||
Reference in New Issue
Block a user