Test.json 545 字节
Newer Older
L
logic42 已提交
1 2 3 4 5
{
    "description": "Configuration for MultimodalInput EventType Tests",
    "driver": {
        "type": "OHJSUnitTest",
        "test-timeout": "600000",
C
chenkang 已提交
6 7
        "bundle-name": "ohos.acts.multimodalinputets.input",
        "package-name": "ohos.acts.multimodalinputets.input",
L
logic42 已提交
8 9 10 11 12 13 14 15 16 17 18 19
        "shell-timeout": "600000"
    },
    "kits": [
        {
            "test-file-name": [
                "ActsMultimodalInputEtsTest.hap"
            ],
            "type": "AppInstallKit",
            "cleanup-apps": true
        }
    ]
}