Test.json 631 字节
Newer Older
C
chensi10 已提交
1 2 3 4 5
{
    "description": "Configuration for hjunit demo Tests",
    "driver": {
        "type": "JSUnitTest",
        "test-timeout": "21600000",
J
jiyong 已提交
6
        "package": "com.example.actsamscallbackfifthscene",
C
chensi10 已提交
7 8 9 10 11
        "shell-timeout": "21600000"
    },
    "kits": [
        {
            "test-file-name": [
C
chensi10 已提交
12
                "ActsGetWantAllTest.hap"
C
chensi10 已提交
13 14 15
            ],
            "type": "AppInstallKit",
            "cleanup-apps": true
J
jiyong 已提交
16 17 18 19 20 21 22 23
        },
        {
            "type": "PushKit",
            "push": [
                "ActsGetWantAllTestHap.hap->/data/ActsGetWantAllTestHap.hap"
            ]
            
        }        
C
chensi10 已提交
24 25
    ]
}