mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-18 03:47:39 +08:00
doc: add docs to repo
This commit is contained in:
13
docs/data/demo-quickstart-7.json
Normal file
13
docs/data/demo-quickstart-7.json
Normal file
@@ -0,0 +1,13 @@
|
||||
{
|
||||
"config": {
|
||||
"name": "create users with parameters"
|
||||
},
|
||||
"testcases": {
|
||||
"create user $user_id": {
|
||||
"testcase": "demo-quickstart-6.yml",
|
||||
"parameters": {
|
||||
"user_id": [1001, 1002, 1003, 1004]
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user