mirror of
https://github.com/httprunner/httprunner.git
synced 2026-07-12 16:01:27 +08:00
change: convert StepResult Attachments to interface, for screenshots saving
This commit is contained in:
@@ -12,7 +12,7 @@ func TestGenHTMLReport(t *testing.T) {
|
||||
StepType: stepTypeRequest,
|
||||
Success: false,
|
||||
ContentSize: 0,
|
||||
Attachment: "err",
|
||||
Attachments: "err",
|
||||
}
|
||||
caseSummary1.Records = []*StepResult{stepResult1, stepResult2, nil}
|
||||
summary.appendCaseSummary(caseSummary1)
|
||||
|
||||
Reference in New Issue
Block a user