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