mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-12 02:21:29 +08:00
feat: data-driven.
This commit is contained in:
@@ -13,7 +13,7 @@
|
||||
"iteration": 1
|
||||
},
|
||||
"variables": {
|
||||
"app_version": "f1",
|
||||
"app_version": "v1",
|
||||
"user_agent": "iOS/10.3"
|
||||
},
|
||||
"base_url": "https://postman-echo.com",
|
||||
|
||||
@@ -7,7 +7,7 @@ config:
|
||||
strategy: random
|
||||
iteration: 1
|
||||
variables:
|
||||
app_version: f1
|
||||
app_version: v1
|
||||
user_agent: iOS/10.3
|
||||
base_url: "https://postman-echo.com"
|
||||
verify: False
|
||||
|
||||
Reference in New Issue
Block a user