Test.json 532 字节
Newer Older
C
chengxingzhen 已提交
1 2 3
{
    "description": "Configuration for hjunit demo Tests",
    "driver": {
C
chengxingzhen 已提交
4 5 6 7
        "type": "OHJSUnitTest",
        "test-timeout": "600000",
        "bundle-name": "com.example.faapicoverhaptest",
        "package-name": "com.example.faapicoverhaptest",
C
chengxingzhen 已提交
8 9 10 11 12
        "shell-timeout": "600000"
    },
    "kits": [
        {
            "test-file-name": [
C
chengxingzhen 已提交
13
                "ActsFaApiCoverTest.hap",
C
chengxingzhen 已提交
14 15 16 17 18 19 20
                "FaAuxiliary.hap"
            ],
            "type": "AppInstallKit",
            "cleanup-apps": true
        }
    ] 
}