mirror of
https://github.com/httprunner/httprunner.git
synced 2026-08-25 01:59:52 +08:00
refactor: move android options to pkg/uixt/options
This commit is contained in:
@@ -18,9 +18,9 @@ func TestAndroidExpertTest(t *testing.T) {
|
||||
"app_name": "抖音",
|
||||
}).
|
||||
SetAndroid(
|
||||
uixt.WithSerialNumber("$device"),
|
||||
uixt.WithAdbLogOn(true),
|
||||
uixt.WithUIA2(true),
|
||||
options.WithSerialNumber("$device"),
|
||||
options.WithAdbLogOn(true),
|
||||
options.WithUIA2(true),
|
||||
),
|
||||
TestSteps: []hrp.IStep{
|
||||
// 温启动
|
||||
|
||||
Reference in New Issue
Block a user