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