mirror of
https://github.com/httprunner/httprunner.git
synced 2026-07-26 16:27:32 +08:00
refactor: ScreenRecord
This commit is contained in:
@@ -393,7 +393,7 @@ func TestTapTexts(t *testing.T) {
|
||||
|
||||
func TestRecordVideo(t *testing.T) {
|
||||
setupAndroidAdbDriver(t)
|
||||
path, err := driverExt.ScreenRecord("", 5*time.Second)
|
||||
path, err := driverExt.ScreenRecord(5 * time.Second)
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user