Test.json 801 字节
Newer Older
1 2 3 4 5 6 7 8 9 10
{
    "description": "Configuration for videoplayer Tests",
    "driver": {
        "type": "JSUnitTest",
        "test-timeout": "2000000",
        "package": "ohos.acts.multimedia.video.videoplayer",
		"shell-timeout": "60000"
    },
    "kits": [
        {
J
jiyong_sd 已提交
11 12 13 14 15 16
          "type": "PushKit",
          "pre-push": [
          ],
          "push": [
            "./resource/audio/H264_AAC.mp4 ->/data/accounts/account_0/appdata/ohos.acts.multimedia.video.videoplayer/"
          ]
17 18
        },
		{
J
jiyong_sd 已提交
19 20 21 22 23
          "type": "ShellKit",
          "run-command": [
          ],
          "teardown-command":[
          ]
24 25 26
        },
        {
            "test-file-name": [
27
                "VideoPlayerJsTest.hap"
28 29 30 31 32 33
            ],
            "type": "AppInstallKit",
            "cleanup-apps": true
        }
    ]
}