Test.json 825 字节
Newer Older
G
gudehe 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
{
    "description": "Configuration for mediaLibrary Tests",
    "driver": {
        "type": "JSUnitTest",
        "test-timeout": "120000",
        "package": "ohos.acts.multimedia.mediaLibrary",
        "shell-timeout": "120000"
    },
    "kits": [
        {
            "type": "PushKit",
            "pre-push": [
            ],
            "push": [
            ]
        },
        {
            "type": "ShellKit",
            "run-command": [
Z
zhang-daiyue 已提交
20
                "chmod -R 777 /storage/media/*",
G
gudehe 已提交
21 22 23 24 25 26 27 28
                "setenforce 0"
            ],
            "teardown-command":[
                "setenforce 1"
            ]
        },
        {
            "test-file-name": [
T
tongtongdad 已提交
29
                "ActsMediaLibraryJsTest.hap"
G
gudehe 已提交
30 31 32 33 34 35
            ],
            "type": "AppInstallKit",
            "cleanup-apps": true
        }
    ]
}