mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-19 19:09:30 +08:00
feat: data-driven.
This commit is contained in:
@@ -6,14 +6,11 @@
|
||||
"iOS/10.1",
|
||||
"iOS/10.2"
|
||||
],
|
||||
"username1-password1": [
|
||||
["a", "123"],
|
||||
["b", "456"]
|
||||
],
|
||||
"username-password": "${parameterize(examples/account.csv)}"
|
||||
},
|
||||
"parameters_setting": {
|
||||
"strategy": "random"
|
||||
"strategy": "random",
|
||||
"iteration": 1
|
||||
},
|
||||
"variables": {
|
||||
"app_version": "f1"
|
||||
|
||||
@@ -5,6 +5,7 @@ config:
|
||||
username-password: ${parameterize(examples/account.csv)}
|
||||
parameters_setting:
|
||||
strategy: random
|
||||
iteration: 1
|
||||
variables:
|
||||
app_version: f1
|
||||
base_url: "https://postman-echo.com"
|
||||
|
||||
Reference in New Issue
Block a user