mirror of
https://github.com/httprunner/httprunner.git
synced 2026-08-27 11:10:31 +08:00
feat: implement video crawler
This commit is contained in:
@@ -9,9 +9,11 @@ func TestVideoCrawler(t *testing.T) {
|
||||
|
||||
configs := &VideoCrawlerConfigs{
|
||||
AppPackageName: "com.ss.android.ugc.aweme",
|
||||
TargetCount: VideoStat{
|
||||
FeedCount: 5,
|
||||
LiveCount: 3,
|
||||
},
|
||||
}
|
||||
err := driverExt.VideoCrawler(configs)
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
checkErr(t, err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user