Test.json 498 字节
Newer Older
Z
zhangxingxia 已提交
1 2 3 4 5 6 7 8 9 10 11
{
    "description": "Configuration for hjunit demo Tests",
    "driver": {
        "type": "OHJSUnitTest",
        "test-timeout": "180000",
        "bundle-name": "com.example.statistics",
        "module-name": "entry",
        "shell-timeout": "600000",
        "testcase-timeout": 70000
    },
    "kits": [
Z
zhangxingxia 已提交
12 13 14 15 16 17
        {
            "test-file-name": [
                "ActsStorageStatisticsJsTest.hap"
            ],
            "type": "AppInstallKit",
            "cleanup-apps": true
Z
zhangxingxia 已提交
18 19 20
		}
	]
}