Test.json 460 字节
Newer Older
Q
q00313334 已提交
1
{
Q
q00313334 已提交
2
    "description": "Configuration for bluetooth js api Tests",
Q
q00313334 已提交
3 4 5
    "driver": {
        "type": "JSUnitTest",
        "test-timeout": "600000",
Q
q00313334 已提交
6 7
        "package": "ohos.acts.communication.bluetooth.bluetoothhost",
        "shell-timeout": "60000"
Q
q00313334 已提交
8 9 10 11
    },
    "kits": [
        {
            "test-file-name": [
Q
q00313334 已提交
12
                "ActsBluetoothHidHapTest.hap"
Q
q00313334 已提交
13 14 15 16 17 18
            ],
            "type": "AppInstallKit",
            "cleanup-apps": true
        }
    ]
}