Test.json 1.0 KB
Newer Older
C
chensi10 已提交
1 2 3 4
{
    "description": "Configuration for hjunit demo Tests",
    "driver": {
        "type": "JSUnitTest",
J
jiyong 已提交
5
        "test-timeout": "1700000",
J
jiyong 已提交
6
        "package": "com.example.actsbundlemanagertest",
S
shuxiong 已提交
7
        "shell-timeout": "60000"
C
chensi10 已提交
8 9 10 11
    },
    "kits": [
        {
            "test-file-name": [
J
jiyong 已提交
12
                "ActsBundleManagerTest.hap"
C
chensi10 已提交
13 14 15
            ],
            "type": "AppInstallKit",
            "cleanup-apps": true
J
jiyong 已提交
16 17 18 19 20 21 22 23 24 25 26 27
        },
        {
            "type": "PushKit",
            "push": [
                "bmsJstest1.hap->/data/bmsJstest1.hap",
                "bmsJstest2.hap->/data/bmsJstest2.hap",
                "bmsJstest3.hap->/data/bmsJstest3.hap",
                "bmsJstest4.hap->/data/bmsJstest4.hap",
                "bmsJstest5.hap->/data/bmsJstest5.hap",
                "bmsJstest6.hap->/data/bmsJstest6.hap",
                "bmsJstest7.hap->/data/bmsJstest7.hap",
                "bmsJstest8.hap->/data/bmsJstest8.hap",
J
jiyong 已提交
28
                "bmsJstest9.hap->/data/bmsJstest9.hap"
J
jiyong 已提交
29 30 31
            ]
            
        }        
C
chensi10 已提交
32 33
    ]
}