Test.json 674 字节
Newer Older
Q
quanli 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
{
    "description": "Configuration for geolocation js api Tests",
    "driver": {
        "type": "JSUnitTest",
        "test-timeout": "600000",
        "package": "ohos.acts.location.geolocation.function",
        "shell-timeout": "60000"
    },
    "kits": [
        {
            "test-file-name": [
                "ActslocationErrorCodeApiTest.hap"
            ],
            "type": "AppInstallKit",
            "cleanup-apps": true
        },
		{
            "type": "ShellKit",
            "run-command": [
Q
quanli 已提交
20
                "settings put Secure high_accuracy_startup_comfirm 1",
Q
quanli 已提交
21
                "settings put SECURE location_mode 3"
Q
quanli 已提交
22 23 24 25
            ]
        }
    ]
}