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