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