fix: 支持鸿蒙

This commit is contained in:
余泓铮
2024-09-19 22:51:10 +08:00
parent ac6940b283
commit 4fb9baf5a8
4 changed files with 16 additions and 2 deletions

View File

@@ -257,6 +257,10 @@ func (tc *TestCase) loadISteps() (*TestCase, error) {
testCase.TestSteps = append(testCase.TestSteps, &StepMobile{
step: step,
})
} else if step.Harmony != nil {
testCase.TestSteps = append(testCase.TestSteps, &StepMobile{
step: step,
})
} else if step.Android != nil {
testCase.TestSteps = append(testCase.TestSteps, &StepMobile{
step: step,