Test.json 519 字节
Newer Older
J
jiyong_sd 已提交
1
{
H
hekun 已提交
2
    "description": "Configuration for hjunit demo Tests",
J
jiyong_sd 已提交
3 4 5
    "driver": {
        "type": "OHJSUnitTest",
        "test-timeout": "1200000",
H
hekun 已提交
6 7 8 9
	    "bundle-name": "com.open.harmony.acetest",
	    "module-name": "phone",
	    "shell-timeout": "1200000",
	    "testcase-timeout": "180000"
J
jiyong_sd 已提交
10 11 12 13
    },
    "kits": [
        {
            "test-file-name": [
L
luffy505 已提交
14
                "ActsAceEtsComponentTest.hap"
J
jiyong_sd 已提交
15 16 17 18 19 20
            ],
            "type": "AppInstallKit",
            "cleanup-apps": true
        }
    ]
}