Test.json 1.0 KB
Newer Older
1 2 3 4 5 6 7 8 9
{
    "description": "Configuration for videoplayer Tests",
    "driver": {
        "type": "JSUnitTest",
        "test-timeout": "2000000",
        "package": "ohos.acts.multimedia.video.videoplayer",
		"shell-timeout": "60000"
    },
    "kits": [
10 11 12 13 14 15 16
        {
          "test-file-name": [
            "ActsVideoPlayerJsTest.hap"
          ],
          "type": "AppInstallKit",
          "cleanup-apps": true
        },
17
        {
18 19
          "type": "ShellKit",
          "run-command": [
20
            "mkdir -p /data/app/el2/100/base/ohos.acts.multimedia.video.videoplayer/haps/entry/files"
21 22 23
          ],
          "teardown-command":[
          ]
24
        },
25
        {
26 27 28 29
          "type": "PushKit",
          "pre-push": [
          ],
          "push": [
30 31
            "./resource/audio/H264_AAC.mp4 ->/data/app/el2/100/base/ohos.acts.multimedia.video.videoplayer/haps/entry/files/",
            "./resource/audio/01.mp3 ->/data/app/el2/100/base/ohos.acts.multimedia.video.videoplayer/haps/entry/files/"
32
          ]
33 34 35
        }
    ]
}