{
    "description": "Configuration for geolocation js api Tests",
    "driver": {
        "type": "OHJSUnitTest",
        "bundle-name": "ohos.acts.location.geolocation.function",
        "package-name": "ohos.acts.location.geolocation.function",
        "test-timeout": "600000",
        "shell-timeout": "60000",
        "testcase-timeout": 70000
    },
    "kits": [
        {
            "test-file-name": [
                "ActslocationErrorCodeApiTest.hap"
            ],
            "type": "AppInstallKit",
            "cleanup-apps": true
        },
        {
            "type": "ShellKit",
            "run-command": [
                "power-shell wakeup",
                "power-shell setmode 602",
                "settings put Secure high_accuracy_startup_comfirm 1",
                "settings put SECURE location_mode 3"
            ]
        }
    ]
}