Test.json 615 字节
Newer Older
C
chengxingzhen 已提交
1 2 3
{
    "description": "Configuration for hjunit demo Tests",
    "driver": {
J
jiyong_sd 已提交
4
        "type": "OHJSUnitTest",
C
chengxingzhen 已提交
5
        "test-timeout": "180000",
J
jiyong_sd 已提交
6 7 8 9
        "bundle-name": "com.example.apicoverhaptest",
        "module-name": "phone",
        "shell-timeout": "600000",
        "testcase-timeout": 70000
C
chengxingzhen 已提交
10 11 12 13
    },
    "kits": [
        {
            "test-file-name": [
C
chengxingzhen 已提交
14
                "ActsApiCoverhapTest.hap",
C
chengxingzhen 已提交
15 16 17 18 19 20 21 22 23
                "FaSupplement.hap",
                "StageSupplement.hap",
                "FormModule.hap"
            ],
            "type": "AppInstallKit",
            "cleanup-apps": true
        }
    ] 
}