mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-05 07:49:37 +08:00
feat: add cdoe for risk control
This commit is contained in:
@@ -44,7 +44,7 @@ type Summary struct {
|
||||
}
|
||||
|
||||
func (s *Summary) AddCaseSummary(caseSummary *TestCaseSummary) {
|
||||
log.Info().Interface("caseSummary", caseSummary).Msg("add case summary")
|
||||
log.Info().Str("name", caseSummary.Name).Msg("add case summary")
|
||||
s.Success = s.Success && caseSummary.Success
|
||||
s.Stat.TestCases.Total += 1
|
||||
s.Stat.TestSteps.Total += caseSummary.Stat.Total
|
||||
|
||||
Reference in New Issue
Block a user