Test.json 498 字节
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
	"bundle-name": "com.open.harmony.acetestthree",
	
        "module-name": "phone",
J
jiyong_sd 已提交
9 10 11 12 13
        "shell-timeout": "1200000"
    },
    "kits": [
        {
            "test-file-name": [
L
luffy505 已提交
14
                "ActsAceEtsComponentThreeTest.hap"
J
jiyong_sd 已提交
15 16 17 18 19 20
            ],
            "type": "AppInstallKit",
            "cleanup-apps": true
        }
    ]
}