mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-12 02:21:29 +08:00
25 lines
585 B
JSON
25 lines
585 B
JSON
{
|
|
"config": {
|
|
"name": "request methods testcase: empty testcase",
|
|
"variables": null,
|
|
"verify": false
|
|
},
|
|
"teststeps": [
|
|
{
|
|
"name": "",
|
|
"variables": null,
|
|
"request": {
|
|
"method": "GET",
|
|
"url": "https://"
|
|
},
|
|
"validate": [
|
|
{
|
|
"check": "status_code",
|
|
"assert": "equal",
|
|
"expect": 200,
|
|
"msg": "check status_code"
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |