Test.json 1.1 KB
Newer Older
1 2 3 4 5 6
{
    "description": "Configuration for videoPlayer Tests",
    "driver": {
        "type": "JSUnitTest",
        "test-timeout": "2000000",
        "package": "ohos.acts.multimedia.video.videoencoder",
7
        "shell-timeout": "60000"
8 9
    },
    "kits": [
10 11 12 13 14 15 16
        {
            "test-file-name": [
                "ActsVideoEncoderJsTest.hap"
            ],
            "type": "AppInstallKit",
            "cleanup-apps": true
        },
17 18 19 20 21 22 23
        {
            "type": "PushKit",
            "pre-push": [
            ],
            "push": [
            ]
        },
24
        {
25 26
            "type": "ShellKit",
            "run-command": [
27
                "rm -R /data/accounts/account_0/appdata/ohos.acts.multimedia.video.videoencoder/results",
J
jiyong_sd 已提交
28 29
                "mkdir -p /data/accounts/account_0/appdata/ohos.acts.multimedia.video.videoencoder/results/",
                "chmod 777 -R /data/accounts/account_0/appdata/ohos.acts.multimedia.video.videoencoder",
30
                "chmod 777 /data/accounts/account_0/appdata/ohos.acts.multimedia.video.videoencoder/*"
31 32 33 34 35
            ],
            "teardown-command":[
            ]
        }
    ]
36
}