mirror of
https://github.com/httprunner/httprunner.git
synced 2026-07-06 23:11:21 +08:00
add each parameter selection strategy.
This commit is contained in:
@@ -13,7 +13,7 @@
|
|||||||
"user_agent": "sequential",
|
"user_agent": "sequential",
|
||||||
"username-password": "random"
|
"username-password": "random"
|
||||||
},
|
},
|
||||||
"iteration": 10
|
"iteration": 6
|
||||||
},
|
},
|
||||||
"variables": {
|
"variables": {
|
||||||
"app_version": "v1",
|
"app_version": "v1",
|
||||||
|
|||||||
@@ -7,7 +7,7 @@ config:
|
|||||||
strategy:
|
strategy:
|
||||||
user_agent: "sequential"
|
user_agent: "sequential"
|
||||||
username-password: "random"
|
username-password: "random"
|
||||||
iteration: 10
|
iteration: 6
|
||||||
variables:
|
variables:
|
||||||
app_version: v1
|
app_version: v1
|
||||||
user_agent: iOS/10.3
|
user_agent: iOS/10.3
|
||||||
|
|||||||
Reference in New Issue
Block a user