mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-12 02:21:29 +08:00
19 lines
412 B
JSON
19 lines
412 B
JSON
{
|
|
"config": {
|
|
"name": "reference testcase test",
|
|
"base_url": "https://postman-echo.com",
|
|
"variables": {
|
|
"os_platform": "ios"
|
|
}
|
|
},
|
|
"teststeps": [
|
|
{
|
|
"name": "run demo_httprunner.json",
|
|
"testcase": "demo_httprunner.json",
|
|
"variables": {
|
|
"os_platform": "$os_platform"
|
|
}
|
|
}
|
|
]
|
|
}
|