mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-13 07:39:44 +08:00
18 lines
420 B
JSON
18 lines
420 B
JSON
{
|
|
"config": {
|
|
"name": "reference testcase test",
|
|
"base_url": "https://postman-echo.com",
|
|
"variables": {
|
|
"os_platform": "ios"
|
|
}
|
|
},
|
|
"teststeps": [
|
|
{
|
|
"name": "run demo_httprunner.json",
|
|
"testcase": "examples/demo_httprunner.json",
|
|
"variables": {
|
|
"os_platform": "$os_platform"
|
|
}
|
|
}
|
|
]
|
|
} |