fix: resolve conflicts

This commit is contained in:
徐聪
2024-07-19 15:11:16 +08:00
36 changed files with 2018 additions and 337 deletions
+1
View File
@@ -20,6 +20,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