chore: identifier

* chore: identifier
* chore: identifier

https://code.byted.org/iesqa/httprunner/merge_requests/35
This commit is contained in:
曹帅
2024-04-29 08:06:38 +00:00
parent 9a3023bdd9
commit 93dc17b8de
4 changed files with 17 additions and 1 deletions
+1
View File
@@ -16,6 +16,7 @@ const (
type StepResult struct {
Name string `json:"name" yaml:"name"` // step name
Identifier string `json:"identifier" yaml:"identifier"` // step identifier
StartTime int64 `json:"start_time" yaml:"time"` // step start time
StepType StepType `json:"step_type" yaml:"step_type"` // step type, testcase/request/transaction/rendezvous
Success bool `json:"success" yaml:"success"` // step execution result