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