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