• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "description": "Configuration for aceceshi Tests",
3    "driver": {
4        "type": "OHJSUnitTest",
5        "test-timeout": "600000",
6        "bundle-name": "com.example.executeshellcommand",
7        "module-name": "entry",
8        "shell-timeout": "600000"
9    },
10    "kits": [
11        {
12            "type": "PushKit",
13            "push": [
14                "ActsKillProcessWithAccountCloseRelyHap.hap->/data/ActsKillProcessWithAccountCloseRelyHap.hap"
15            ]
16        },
17		{
18            "test-file-name": [
19                "ActsKillProcessWithAccountCloseRelyHap.hap",
20                "ActsExecuteShellCommandTest.hap"
21            ],
22            "type": "AppInstallKit",
23            "cleanup-apps": true
24        }
25    ]
26}
27
28