Test.json 689 字节
Newer Older
Q
q00313334 已提交
1 2 3
{
    "description": "Configuration for geolocation js api Tests",
    "driver": {
Q
quanli 已提交
4 5 6
        "type": "OHJSUnitTest",
        "bundle-name": "ohos.acts.location.geolocation.function",
        "package-name":"ohos.acts.location.geolocation.function",
Q
q00313334 已提交
7
        "test-timeout": "600000",
Q
quanli 已提交
8 9
        "shell-timeout": "60000",
        "testcase-timeout": 70000
Q
q00313334 已提交
10 11 12 13 14 15 16 17
    },
    "kits": [
        {
            "test-file-name": [
                "ActslocationJSApiTest.hap"
            ],
            "type": "AppInstallKit",
            "cleanup-apps": true
J
jiyong_sd 已提交
18
        },
Q
quanli 已提交
19
        {
J
jiyong_sd 已提交
20 21 22 23
            "type": "ShellKit",
            "run-command": [
                "hilog -Q pidoff"
            ]
Q
q00313334 已提交
24 25 26
        }
    ]
}