• 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                "power-shell setmode 602"
23            ],
24            "teardown-command": [
25                "param set persist.sys.suspend_manager_enabled 1",
26                "reboot"
27            ]
28        },
29        {
30            "test-file-name": [
31                "ActsUiTest.hap",
32                "ActsUiTestScene.hap"
33            ],
34            "type": "AppInstallKit",
35            "cleanup-apps": true
36        }
37    ]
38}