xref: /test/xts/acts/testfwk/uitest/Test.json (revision f6603c60)
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.ace.testmode.enabled 1",
16                "param set persist.sys.suspend_manager_enabled 0",
17                "reboot",
18                "wait 5",
19                "power-shell wakeup",
20                "uinput -T -m 300 2700 280 200",
21                "wait 5",
22                "uinput -T -m 300 2700 280 200",
23                "uinput -K -d 2054 -u 2054",
24                "power-shell setmode 602"
25            ],
26            "teardown-command": [
27                "param set persist.sys.suspend_manager_enabled 1",
28                "reboot"
29            ]
30        },
31        {
32            "test-file-name": [
33                "ActsUiTest.hap",
34                "ActsUiTestScene.hap"
35            ],
36            "type": "AppInstallKit",
37            "cleanup-apps": true
38        }
39    ]
40}