• 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        "testcase-timeout": "1800000"
10    },
11    "kits": [
12        {
13            "type": "ShellKit",
14            "run-command": [
15                "param set persist.sys.suspend_manager_enabled 0",
16                "param set persist.usb.setting.gadget_conn_prompt false",
17                "reboot",
18                "param set persist.skip_scb_charging 1",
19                "wait 5",
20                "power-shell wakeup",
21                "uinput -T -m 300 2700 280 200",
22                "wait 5",
23                "uinput -T -m 300 2700 280 200",
24                "uinput -K -d 2054 -u 2054",
25                "hidumper -s 3301 -a -t",
26                "uitest dumpLayout"
27            ],
28            "teardown-command": [
29                "param set persist.sys.suspend_manager_enabled 1",
30                "param set persist.usb.settings.gadget_conn_prompt true",
31                "reboot"
32            ]
33        },
34        {
35            "test-file-name": [
36                "ActsUiTestErrorCodeTest.hap",
37                "ActsUiTestScene.hap"
38            ],
39            "type": "AppInstallKit",
40            "cleanup-apps": true
41        }
42    ]
43}
44