Test.json 799 字节
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 20 21 22 23
          "type": "PushKit",
          "pre-push": [
          ],
          "push": [
            "./resource/audio/H264_AAC.mp4 ->/data/accounts/account_0/appdata/ohos.acts.multimedia.video.videoplayer/"
          ]
24
        },
25
        {
26 27 28 29 30
          "type": "ShellKit",
          "run-command": [
          ],
          "teardown-command":[
          ]
31 32 33
        }
    ]
}