API Test Report

Summary

START AT {{.Time.StartAt}}
DURATION {{ .Time.Duration }} seconds
PLATFORM HttpRunnerPlus {{ .Platform.HttprunnerVersion }} {{ .Platform.GoVersion }} {{ .Platform.Platform }}
STAT TESTCASES (success/fail) TESTSTEPS (success/fail/error/skip)
total (details) => {{.Stat.TestCases.Total}} ({{.Stat.TestCases.Success}}/{{.Stat.TestCases.Fail}}) {{.Stat.TestSteps.Total}} ({{.Stat.TestSteps.Successes}}/0/{{.Stat.TestSteps.Failures}}/0)

Details

{{ range $suite_index, $detail := .Details }}

{{.Name}}

{{- range $loop_index, $record := .Records }} {{- with $record}} {{- $status := "error"}} {{- if .Success }} {{ $status = "success" }} {{ end }} {{- end }} {{- end }}
TOTAL: {{.Stat.Total}} SUCCESS: {{.Stat.Successes}} FAILED: 0 ERROR: {{.Stat.Failures}} SKIPPED: 0
Status Name Response Time Detail
{{$status}} {{.Name}} {{ .Elapsed }} ms log {{ if .Attachments }} traceback {{- end }}
{{- end }}