mirror of
https://github.com/httprunner/httprunner.git
synced 2026-06-09 17:59:36 +08:00
change: replace logs
This commit is contained in:
@@ -120,7 +120,11 @@ func (h *HAR) prepareTestSteps() ([]*hrp.TStep, error) {
|
||||
}
|
||||
|
||||
func (h *HAR) prepareTestStep(entry *Entry) (*hrp.TStep, error) {
|
||||
log.Infof("[prepareTestStep] %v %v", entry.Request.Method, entry.Request.URL)
|
||||
log.WithFields(log.Fields{
|
||||
"method": entry.Request.Method,
|
||||
"url": entry.Request.URL,
|
||||
}).Info("convert teststep")
|
||||
|
||||
tStep := &TStep{
|
||||
TStep: hrp.TStep{
|
||||
Request: &hrp.TRequest{},
|
||||
|
||||
Reference in New Issue
Block a user