提交 f491a807 编写于 作者: aaronchen2k2k's avatar aaronchen2k2k

code refactoring for exe logic

上级 a3bcc07a
......@@ -63,9 +63,9 @@ func Brief(file string, keywords string) {
expects := commonUtils.RemoveBlankLine(arr[5])
if strings.Index(title, keywords) > -1 {
logUtils.PrintToStdOut(fmt.Sprintf("\n%s %s", caseId, title), color.FgCyan)
logUtils.PrintToStdOut(fmt.Sprintf("%s %s", caseId, title), color.FgCyan)
fmt.Printf("Steps: \n%s \n", steps)
fmt.Printf("Expects: \n%s\n", expects)
fmt.Printf("Expects: \n%s\n\n", expects)
}
}
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册