refactor: log step start time and elapsed(ms)

This commit is contained in:
lilong.129
2024-11-10 10:40:44 +08:00
parent 52b45a55d2
commit 96a744365b
8 changed files with 97 additions and 83 deletions
+1
View File
@@ -82,6 +82,7 @@ func (ma MobileAction) GetOptions() []ActionOption {
var actionOptionList []ActionOption
if ma.Options != nil {
actionOptionList = append(actionOptionList, ma.Options.Options()...)
return actionOptionList
}
actionOptionList = append(actionOptionList, ma.ActionOptions.Options()...)
return actionOptionList