Test.json 493 字节
Newer Older
J
jiyong 已提交
1
{
J
jiyong_sd 已提交
2
    "description": "Configuration for huksDeriveBasicCallback js api Tests",
J
jiyong 已提交
3 4
    "driver": {
        "type": "JSUnitTest",
J
jiyong_sd 已提交
5 6
        "test-timeout": "180000",
        "package": "com.example.huksderivebasiccallback",
J
jiyong 已提交
7 8 9 10 11
        "shell-timeout": "60000"
    },
    "kits": [
        {
            "test-file-name": [
J
jiyong_sd 已提交
12
                "ActsHuksDeriveBasicCallbackJSApiTest.hap"
J
jiyong 已提交
13 14 15 16 17 18
            ],
            "type": "AppInstallKit",
            "cleanup-apps": true
        }
    ]
}