mirror of
https://github.com/httprunner/httprunner.git
synced 2026-09-05 23:51:25 +08:00
feat: add device status logging and extend DeviceStatus struct with new fields
This commit is contained in:
@@ -87,6 +87,7 @@ func (s *DriverSession) GetData(withReset bool) SessionData {
|
||||
}
|
||||
|
||||
func (s *DriverSession) SetBaseURL(baseUrl string) {
|
||||
log.Info().Str("baseUrl", baseUrl).Msg("set driver session base URL")
|
||||
s.baseUrl = baseUrl
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user