Test.json 456 字节
Newer Older
M
mamingshuai 已提交
1 2 3 4
{
    "description": "Configuration for callmanager Tests",
    "driver": {
        "type": "JSUnitTest",
S
shuxiong 已提交
5
        "test-timeout": "1200000",
Y
yexiangbin 已提交
6
        "package": "com.ohos.callmanager",
S
shuxiong 已提交
7 8
        "shell-timeout": "1200000",
        "native-test-timeout":"1200000"
M
mamingshuai 已提交
9 10 11 12 13 14 15 16 17 18 19
    },
    "kits": [
        {
            "test-file-name": [
                "$module.hap"
            ],
            "type": "AppInstallKit",
            "cleanup-apps": true
        }
    ]
}