refactor: enter live

This commit is contained in:
debugtalk
2022-11-27 22:36:44 +08:00
parent c9bbc7788b
commit ecdbd3afce
4 changed files with 39 additions and 28 deletions

View File

@@ -23,14 +23,14 @@ func TestConvertTimeToSeconds(t *testing.T) {
}
func TestMainIOS(t *testing.T) {
device := initIOSDevice()
device := initIOSDevice(uuid)
wc := NewWorldCupLive(device, "", "com.ss.iphone.ugc.Aweme", 30, 10)
wc.Start()
wc.DumpResult()
}
func TestMainAndroid(t *testing.T) {
device := initAndroidDevice()
device := initAndroidDevice(uuid)
wc := NewWorldCupLive(device, "", "com.ss.android.ugc.aweme", 30, 10)
wc.Start()
wc.DumpResult()