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