Test.json 1.0 KB
Newer Older
1 2 3 4 5
{
    "description": "Configuration for uitest Tests",
    "driver": {
        "type": "OHJSUnitTest",
        "test-timeout": "1800000",
6 7
        "bundle-name": "com.uitest.acts",
        "package-name": "com.uitest.acts",
8
        "shell-timeout": "180000"
9 10
    },
    "kits": [
11 12 13 14 15 16
        {
            "type": "PushKit",
            "push": [
                "ActsUiTestScene.hap -> /data/ActsUiTestScene.hap"
            ]
        },
17 18
        {
            "test-file-name": [
19 20
                "ActsUiTest.hap",
                "ActsUiTestScene.hap"
21 22 23
            ],
            "type": "AppInstallKit",
            "cleanup-apps": true
24 25 26 27
        },
        {
            "type": "ShellKit",
            "run-command": [
28
                "param set persist.ace.testmode.enabled 1",
29
                "power-shell wakeup",
30 31
                "hilog -Q pidoff",
                "hilog -b DEBUG",
32
                "uinput -T -d 300 600 -m 300 600 300 100 -u 300 100",
33
                "power-shell setmode 602"
34
            ]
35 36 37
        }
    ]
}