Test.json 490 字节
Newer Older
C
chensi10 已提交
1 2 3 4
{
    "description": "Configuration for hjunit demo Tests",
    "driver": {
        "type": "JSUnitTest",
J
jiyong 已提交
5 6
        "test-timeout": "180000",
        "package": "com.amsst.stserviceabilityclient",
S
shuxiong 已提交
7
        "shell-timeout": "60000"
C
chensi10 已提交
8 9 10 11
    },
    "kits": [
        {
            "test-file-name": [
J
jiyong 已提交
12 13
                "amsStServiceAbilityClient.hap",
                "amsStServiceAilityServer.hap"
C
chensi10 已提交
14 15 16 17 18 19
            ],
            "type": "AppInstallKit",
            "cleanup-apps": true
        }
    ]
}