Test.json 499 字节
Newer Older
J
jiyong_sd 已提交
1 2 3 4 5 6
{
    "description": "Configuration for hjunit demo Tests",
    "driver": {
        "type": "OHJSUnitTest",
        "test-timeout": "1200000",
        "shell-timeout": "1200000",
Y
yanglifeng1217 已提交
7 8
        "bundle-name": "ohos.acts.dataObject",
        "package-name": "ohos.acts.dataObject"
J
jiyong_sd 已提交
9 10 11 12
    },
    "kits": [
        {
            "test-file-name": [
Y
yanglifeng1217 已提交
13
                "ActsDataObjectJsTest.hap"
J
jiyong_sd 已提交
14 15 16 17 18 19
            ],
            "type": "AppInstallKit",
            "cleanup-apps": true
        }
    ]
}