fix: android by selector

This commit is contained in:
debugtalk
2022-10-25 17:40:00 +08:00
parent 5d4f6610e3
commit aa35fbf1ad
6 changed files with 12 additions and 41 deletions
+1 -2
View File
@@ -174,8 +174,7 @@ func (r *HRPRunner) GenHTMLReport() *HRPRunner {
// Run starts to execute one or multiple testcases.
func (r *HRPRunner) Run(testcases ...ITestCase) error {
log.Info().Str("hrp_version", version.VERSION).
Interface("testcases", testcases).Msg("start running")
log.Info().Str("hrp_version", version.VERSION).Msg("start running")
event := sdk.EventTracking{
Category: "RunAPITests",
Action: "hrp run",