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