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