mirror of
https://github.com/httprunner/httprunner.git
synced 2026-09-05 23:51:25 +08:00
refactor: remove AppPackageName form VideoCrawlerConfigs
This commit is contained in:
@@ -11,10 +11,9 @@ import (
|
||||
func TestVideoCrawler(t *testing.T) {
|
||||
setupAndroid(t)
|
||||
|
||||
driverExt.Driver.AppLaunch("com.ss.android.ugc.aweme")
|
||||
configs := &VideoCrawlerConfigs{
|
||||
AppPackageName: "com.ss.android.ugc.aweme",
|
||||
Timeout: 600,
|
||||
|
||||
Timeout: 600,
|
||||
Feed: FeedConfig{
|
||||
TargetCount: 5,
|
||||
TargetLabels: []TargetLabel{
|
||||
|
||||
Reference in New Issue
Block a user