Test.json 843 字节
Newer Older
J
jiyong_sd 已提交
1 2 3 4 5 6
{
    "description": "Configuration for miscdevice js api Tests",
    "driver": {
        "type": "OHJSUnitTest",
        "test-timeout": "160000",
        "shell-timeout": "160000",
L
lidanyang16 已提交
7 8
        "bundle-name": "ohos.acts.sensors.miscdevice.function",
        "package-name": "ohos.acts.sensors.miscdevice.function"
J
jiyong_sd 已提交
9 10 11 12 13 14 15 16
    },
    "kits": [
        {
            "test-file-name": [
                "ActsmiscdeviceJSApiTest.hap"
            ],
            "type": "AppInstallKit",
            "cleanup-apps": true
L
lidanyang16 已提交
17 18 19 20 21 22 23
        },
        {
            "type": "ShellKit",
            "run-command": [
                "power-shell wakeup",
                "uinput -T -m 594 2117 594 864 400",
                "power-shell setmode 602"
L
lidanyang16 已提交
24 25 26 27
            ],
			"teardown-command":[
			    "power-shell setmode 600"
			]
J
jiyong_sd 已提交
28 29
        }
    ]
L
logic42 已提交
30
}