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