1{
2    "description": "Configuration for hjunit Tests",
3    "driver": {
4        "type": "OHJSUnitTest",
5        "test-timeout": "600000",
6        "bundle-name": "com.acts.lastexitreasontest",
7        "module-name": "entry",
8        "shell-timeout": "30000",
9        "testcase-timeout": 60000
10    },
11    "kits": [
12        {
13            "test-file-name": [
14                "ActsLastExitReasonRely1.hap",
15                "ActsLastExitReasonTest.hap"
16            ],
17            "type": "AppInstallKit",
18            "cleanup-apps": true
19        },
20        {
21            "type": "ShellKit",
22            "run-command": [
23                "power-shell wakeup",
24                "power-shell setmode 602",
25                "uinput -T -m 300 2700 280 200"
26            ]
27        }
28    ]
29}