• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "description": "Configuration for geolocation js api Tests",
3    "driver": {
4        "type": "JSUnitTest",
5        "test-timeout": "600000",
6        "package": "ohos.acts.location.geolocation.function",
7        "shell-timeout": "60000"
8    },
9    "kits": [
10        {
11            "test-file-name": [
12                "ActslocationErrorCodeApiTest.hap"
13            ],
14            "type": "AppInstallKit",
15            "cleanup-apps": true
16        },
17		{
18            "type": "ShellKit",
19            "run-command": [
20                "hilog -Q pidoff",
21                "settings put SECURE location_mode 3"
22            ]
23        }
24    ]
25}
26