Test.json 525 字节
Newer Older
A
anning7 已提交
1 2 3
{
    "description": "Configuration for inputMethod Tests",
    "driver": {
J
jiyong_sd 已提交
4
        "type": "OHJSUnitTest",
A
anning7 已提交
5
        "test-timeout": "600000",
J
jiyong_sd 已提交
6 7 8
        "bundle-name": "com.open.harmony.inputMethodtest",
        "package-name": "com.open.harmony.inputMethodtest",
        "shell-timeout": "600000"
A
anning7 已提交
9 10 11 12
    },
    "kits": [
        {
            "test-file-name": [
高曦 已提交
13
                "ActsInputMethodEtsTest.hap"
A
anning7 已提交
14 15 16 17 18 19
            ],
            "type": "AppInstallKit",
            "cleanup-apps": true
        }
    ]
}