Test.json 493 字节
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",
J
jiyong_sd 已提交
6 7 8 9
        "bundle-name": "com.example.myapplication",
        "module-name": "entry",
        "shell-timeout": "600000",
        "testcase-timeout": 70000
Y
yanglifeng1217 已提交
10 11 12 13 14 15 16 17 18 19
    },
    "kits": [{
        "test-file-name": [
            "ActsDataShareRdbTest.hap",
			"ActsRdbServiceHap.hap"
        ],
        "type": "AppInstallKit",
        "cleanup-apps": true
    }]
}