Test.json 518 字节
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 7 8
        "shell-timeout": "270000",
        "bundle-name": "ohos.acts.hiviewdfx.hisysevent.function",
        "package-name": "ohos.acts.hiviewdfx.hisysevent.function"
C
chenxuihui 已提交
9 10 11 12 13 14 15 16 17 18
    },
    "kits": [
        {
            "test-file-name": [
                "ActsHiSysEventJsTest.hap"
            ],
            "type": "AppInstallKit",
            "cleanup-apps": true
        }
    ]
1
15929983503 已提交
19
}