Test.json 574 字节
Newer Older
1 2 3
{
    "description": "Configuration for bluetooth js api Tests",
    "driver": {
J
jiyong_sd 已提交
4
        "type": "OHJSUnitTest",
5
        "test-timeout": "600000",
J
jiyong_sd 已提交
6 7
        "shell-timeout": "600000",
        "bundle-name": "ohos.acts.communication.bluetooth.bluetoothhost",
Q
quanli 已提交
8 9
        "package-name": "ohos.acts.communication.bluetooth.bluetoothhost",
        "testcase-timeout": 70000
10 11 12 13 14 15 16 17 18 19
    },
    "kits": [
        {
            "test-file-name": [
                "ActsBluetoothHapTest.hap"
            ],
            "type": "AppInstallKit",
            "cleanup-apps": true
        }
    ]
Q
quanli 已提交
20
}