Test.json 507 字节
Newer Older
1 2 3 4 5 6 7 8 9
{
    "description": "Configuration for hjunit demo Tests",
    "driver": {
        "type": "OHJSUnitTest",
        "test-timeout": "60000",
        "shell-timeout": "60000",
        "bundle-name": "ohos.acts.commonlibrary.crossplatform.TreeMap.normal",
        "module-name": "entry_test"
    },
H
hu0475 已提交
10

11 12 13
    "kits": [
        {
            "test-file-name": [
14
                "ActsCrossplatformTreeMapTest.hap"
15 16 17 18 19 20
            ],
            "type": "AppInstallKit",
            "cleanup-apps": true
        }
    ]
}