mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-06 08:19:45 +08:00
fix: modify the format of data-driven parameters setting
This commit is contained in:
@@ -10,8 +10,14 @@
|
||||
},
|
||||
"parameters_setting": {
|
||||
"strategies": {
|
||||
"user_agent": "sequential",
|
||||
"username-password": "random"
|
||||
"user_agent": {
|
||||
"name": "user-identity",
|
||||
"pick_order": "sequential"
|
||||
},
|
||||
"username-password": {
|
||||
"name": "user-info",
|
||||
"pick_order": "random"
|
||||
}
|
||||
},
|
||||
"limit": 6
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user