mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-12 02:21:29 +08:00
17 lines
410 B
YAML
17 lines
410 B
YAML
config:
|
|
name: create users with uid
|
|
variables:
|
|
device_sn: ${gen_random_string(15)}
|
|
base_url: "http://127.0.0.1:5000"
|
|
|
|
testcases:
|
|
create user 1000 and check result.:
|
|
testcase: testcases/create_and_check.yml
|
|
variables:
|
|
uid: 1000
|
|
|
|
create user 1001 and check result.:
|
|
testcase: testcases/create_and_check.yml
|
|
variables:
|
|
uid: 1001
|