Test.json 579 字节
Newer Older
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
{
    "description": "Configuration for hjunit demo Tests",
    
    "driver": {
        "type": "OHJSUnitTest",
        
        "test-timeout": "60000",
       
        "shell-timeout": "60000",
        
        "bundle-name": "ohos.acts.commonlibrary.crossplatform.LightWeightMap.normal",
       
        "module-name": "entry_test"
       
       
    },
   
    "kits": [
        {
            "test-file-name": [
                "ActsCrossplatformLightWeightMapTest.hap"
            ],
            "type": "AppInstallKit",
            "cleanup-apps": true
        }
    ]
}