Test.json 455 字节
Newer Older
Z
zhangrao 已提交
1 2 3 4 5
{
    "description": "Configuration for aceceshi Tests",
    "driver": {
        "type": "JSUnitTest",
        "test-timeout": "600000",
Z
zhangrao 已提交
6
        "package": "com.open.harmony.acetestfour",
Z
zhangrao 已提交
7 8 9 10 11
        "shell-timeout": "60000"
    },
    "kits": [
        {
            "test-file-name": [
C
chenzhuo 已提交
12
                "ActsAceEtsComponentFourTest.hap"
Z
zhangrao 已提交
13 14 15 16 17 18
            ],
            "type": "AppInstallKit",
            "cleanup-apps": true
        }
    ]
}