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