add new feature: parameters

This commit is contained in:
debugtalk
2018-12-14 17:53:17 +08:00
parent 9f1fb62cd1
commit 5beb25470f
5 changed files with 79 additions and 68 deletions

View File

@@ -8,7 +8,7 @@
base_url: "http://127.0.0.1:5000"
- test:
name: setup and reset all (override).
name: setup and reset all (override) for $device_sn.
testcase: testcases/setup.yml
output:
- token
@@ -24,7 +24,7 @@
- eq: ["content.success", false]
- test:
name: create user $uid
name: create user $uid for $device_sn
api: api/create_user.yml
variables:
user_name: "user1"