• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2    "description": "Configuration for uitest Tests",
3    "driver": {
4        "type": "OHJSUnitTest",
5        "test-timeout": "1800000",
6        "bundle-name": "com.uitest.acts",
7        "package-name": "com.uitest.acts",
8        "shell-timeout": "180000"
9    },
10    "kits": [
11        {
12            "type": "ShellKit",
13            "run-command": [
14                "param set persist.ace.testmode.enabled 1",
15                "param set persist.sys.suspend_manager_enabled 0",
16                "reboot",
17                "wait 5",
18                "power-shell wakeup",
19                "uinput -T -m 300 2700 280 200",
20                "wait 5",
21                "uinput -T -m 300 2700 280 200",
22                "uinput -K -d 2054 -u 2054",
23                "power-shell setmode 602"
24            ],
25            "teardown-command": [
26                "param set persist.sys.suspend_manager_enabled 1",
27                "reboot"
28            ]
29        },
30        {
31            "test-file-name": [
32                "ActsUiTest.hap",
33                "ActsUiTestScene.hap"
34            ],
35            "type": "AppInstallKit",
36            "cleanup-apps": true
37        }
38    ]
39}