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