Test.json 501 字节
Newer Older
C
chenxuihui 已提交
1 2 3
{
    "description": "Configuration for hjunit demo Tests",
    "driver": {
J
jiyong_sd 已提交
4
        "type": "OHJSUnitTest",
C
chenxuihui 已提交
5
        "test-timeout": "270000",
J
jiyong_sd 已提交
6
        "shell-timeout": "60000",
J
jiyong_sd 已提交
7 8
        "bundle-name": "ohos.acts.hiviewdfx.hilog.function",
        "package-name": "ohos.acts.hiviewdfx.hilog.function"
C
chenxuihui 已提交
9 10 11 12 13 14 15 16 17 18
    },
    "kits": [
        {
            "test-file-name": [
                "ActsHilogJsTest.hap"
            ],
            "type": "AppInstallKit",
            "cleanup-apps": true
        }
    ]
J
jiyong_sd 已提交
19
}