mirror of
https://github.com/httprunner/httprunner.git
synced 2026-05-16 16:27:37 +08:00
TestRunner: run testcase suite
This commit is contained in:
@@ -17,6 +17,10 @@
|
||||
"status_code": 201,
|
||||
"headers": {
|
||||
"Content-Type": "application/json"
|
||||
},
|
||||
"body": {
|
||||
"success": true,
|
||||
"msg": "user created successfully."
|
||||
}
|
||||
}
|
||||
},
|
||||
@@ -37,6 +41,10 @@
|
||||
"status_code": 500,
|
||||
"headers": {
|
||||
"Content-Type": "application/json"
|
||||
},
|
||||
"body":{
|
||||
"success": false,
|
||||
"msg": "user already existed."
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user