mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-08 09:19:41 +08:00
save api in individual file: each file is corresponding to one api definition
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
|
||||
- test:
|
||||
name: get token (setup)
|
||||
api: get_token
|
||||
api: api/get_token.yml
|
||||
variables:
|
||||
user_agent: 'iOS/10.3'
|
||||
device_sn: $device_sn
|
||||
@@ -27,6 +27,6 @@
|
||||
|
||||
- test:
|
||||
name: reset all users
|
||||
api: reset_all
|
||||
api: api/reset_all.yml
|
||||
variables:
|
||||
token: $token
|
||||
|
||||
Reference in New Issue
Block a user