{ "description": "Configuration for videoplayer Tests", "driver": { "type": "JSUnitTest", "test-timeout": "2000000", "package": "ohos.acts.multimedia.video.videoplayer", "shell-timeout": "60000" }, "kits": [ { "test-file-name": [ "ActsVideoPlayerJsTest.hap" ], "type": "AppInstallKit", "cleanup-apps": true }, { "type": "ShellKit", "run-command": [ "mkdir -p /data/app/el1/bundle/public/ohos.acts.multimedia.video.videoplayer/ohos.acts.multimedia.video.videoplayer/assets/entry/resources/rawfile" ], "teardown-command":[ ] }, { "type": "PushKit", "pre-push": [ ], "push": [ "./resource/audio/H264_AAC.mp4 ->/data/app/el1/bundle/public/ohos.acts.multimedia.video.videoplayer/ohos.acts.multimedia.video.videoplayer/assets/entry/resources/rawfile/" ] } ] }