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/el1/bundle/public/ohos.acts.multimedia.video.videoplayer/ohos.acts.multimedia.video.videoplayer/assets/entry/resources/rawfile"
21 22 23
          ],
          "teardown-command":[
          ]
24
        },
25
        {
26 27 28 29
          "type": "PushKit",
          "pre-push": [
          ],
          "push": [
30
            "./resource/audio/H264_AAC.mp4 ->/data/app/el1/bundle/public/ohos.acts.multimedia.video.videoplayer/ohos.acts.multimedia.video.videoplayer/assets/entry/resources/rawfile/"
31
          ]
32 33 34
        }
    ]
}