mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-21 16:23:16 +08:00
add each parameter selection strategy.
This commit is contained in:
@@ -9,10 +9,10 @@
|
||||
"username-password": "${parameterize(examples/account.csv)}"
|
||||
},
|
||||
"parameters_setting": {
|
||||
"strategy": [
|
||||
"random",
|
||||
"sequential"
|
||||
],
|
||||
"strategy": {
|
||||
"user_agent": "sequential",
|
||||
"username-password": "random"
|
||||
},
|
||||
"iteration": 10
|
||||
},
|
||||
"variables": {
|
||||
|
||||
Reference in New Issue
Block a user