Test.json 470 字节
Newer Older
J
jiyong 已提交
1 2 3
{
    "description": "Configuration for ActsHiDebugTest Tests",
    "driver": {
J
jiyong_sd 已提交
4
        "type": "OHJSUnitTest",
J
jiyong 已提交
5
        "test-timeout": "1800000",
J
jiyong_sd 已提交
6
        "shell-timeout": "60000",
J
jiyong_sd 已提交
7 8
        "bundle-name": "com.hidebug.test",
        "package-name": "com.hidebug.test"
J
jiyong 已提交
9 10 11 12
    },
    "kits": [
        {
            "test-file-name": [
U
uoengopen 已提交
13
                "ActsHiDebugTest.hap"
J
jiyong 已提交
14 15 16 17 18
            ],
            "type": "AppInstallKit",
            "cleanup-apps": true
        }
    ]
U
uoengopen 已提交
19
}