1{
2    "description": "Configuration for wallpaper js api Tests",
3    "driver": {
4        "type": "OHJSUnitTest",
5        "test-timeout": "600000",
6        "bundle-name": "com.acts.theme.wallpaperauthoritytest",
7        "shell-timeout": "600000",
8	"module-name": "entry_test"
9    },
10    "kits": [
11        {
12            "type": "ShellKit",
13            "run-command": [
14                "power-shell wakeup",
15                "power-shell setmode 602",
16                "uinput -T -m 300 720 300 360 200",
17                "uinput -T -m 650 2760 650 1380 200"
18            ]
19        },
20        {
21            "test-file-name": [
22                "ActsWallpapernAuthorityETSApiTest.hap"
23            ],
24            "type": "AppInstallKit",
25            "cleanup-apps": true
26        }
27    ]
28}
29