1{
2  "description": "Configuration for demo Tests",
3  "driver": {
4    "type": "OHJSUnitTest",
5    "test-timeout": "300000",
6    "bundle-name": "com.huawei.hmos.security.privacycenter",
7    "module-name": "entry_test",
8    "shell-timeout": 7000,
9    "testcase-timeout": "esmodule",
10    "coverage": true,
11    "package-tool-path": "D:\\Local\\coverage\\node_module\\@ohos\\coverage"
12  },
13  "kits": [
14    {
15      "run-command": [
16        "mount -o rw,remount /",
17        "rm -rf /system/app/SecurityPrivacyCenter/*",
18        "rm /data/service/el1/public/bms/bundle_manage_service/bmsdb.db",
19        "rm /data/service/el1/public/bms/bundle_manage_service/bmsdb.db-shm",
20        "rm /data/service/el1/public/bms/bundle_manage_service/bmsdb.db-wal",
21        "reboot"
22      ],
23      "teardown-command": [
24        "mount -o rw,remount /"
25      ],
26      "type": "ShellKit"
27    },
28    {
29      "test-file-name": [
30        "SecurityPrivacyCenter.hap",
31        "SecurityPrivacyCenterTest.hap"
32      ],
33      "type": "AppInstallKit",
34      "cleanup-apps": true
35    }
36  ]
37}