mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-11 01:50:31 +08:00
13 lines
285 B
JSON
13 lines
285 B
JSON
{
|
|
"config": {
|
|
"name": "create users with parameters"
|
|
},
|
|
"testcases": {
|
|
"create user $user_id": {
|
|
"testcase": "demo-quickstart-6.yml",
|
|
"parameters": {
|
|
"user_id": [1001, 1002, 1003, 1004]
|
|
}
|
|
}
|
|
}
|
|
} |