mirror of
https://github.com/httprunner/httprunner.git
synced 2026-07-26 00:07:47 +08:00
fix: web ui test
This commit is contained in:
@@ -251,6 +251,12 @@ func (tc *TestCaseDef) loadISteps() (*TestCase, error) {
|
||||
StepConfig: step.StepConfig,
|
||||
Android: step.Android,
|
||||
})
|
||||
} else if step.Browser != nil {
|
||||
testCase.TestSteps = append(testCase.TestSteps, &StepMobile{
|
||||
StepConfig: step.StepConfig,
|
||||
Browser: step.Browser,
|
||||
})
|
||||
|
||||
} else if step.Shell != nil {
|
||||
testCase.TestSteps = append(testCase.TestSteps, &StepShell{
|
||||
StepConfig: step.StepConfig,
|
||||
|
||||
Reference in New Issue
Block a user