Test.json 540 字节
Newer Older
J
jiyong_sd 已提交
1 2 3 4 5 6
{
    "description": "Configuration for miscdevice js api Tests",
    "driver": {
        "type": "OHJSUnitTest",
        "test-timeout": "160000",
        "shell-timeout": "160000",
7 8
        "bundle-name": "ohos.acts.sensors.miscdevice.function",
        "package-name": "ohos.acts.sensors.miscdevice.function"
J
jiyong_sd 已提交
9 10 11 12 13 14 15 16 17 18
    },
    "kits": [
        {
            "test-file-name": [
                "ActsmiscdeviceJSApiTest.hap"
            ],
            "type": "AppInstallKit",
            "cleanup-apps": true
        }
    ]
L
logic42 已提交
19
}