mirror of
https://github.com/httprunner/httprunner.git
synced 2026-07-12 16:01:27 +08:00
feat: record response body length
This commit is contained in:
@@ -88,7 +88,8 @@ type TestCasePath struct {
|
||||
type TestCaseSummary struct{}
|
||||
|
||||
type StepData struct {
|
||||
Name string // step name
|
||||
Success bool // step execution result
|
||||
ExportVars map[string]interface{} // extract variables
|
||||
Name string // step name
|
||||
Success bool // step execution result
|
||||
ResponseLength int64 // response body length
|
||||
ExportVars map[string]interface{} // extract variables
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user