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