You need to sign in or sign up before continuing.
Test.json 454 字节
Newer Older
Z
zhangrao 已提交
1 2 3 4
{
    "description": "Configuration for aceceshi Tests",
    "driver": {
        "type": "JSUnitTest",
5
        "test-timeout": "1000000",
Z
zhangrao 已提交
6
        "package": "com.open.harmony.acetestthree",
Z
zhangrao 已提交
7 8 9 10 11 12 13 14 15 16 17 18
        "shell-timeout": "60000"
    },
    "kits": [
        {
            "test-file-name": [
                "AceEtsComponentThreeTest.hap"
            ],
            "type": "AppInstallKit",
            "cleanup-apps": true
        }
    ]
}