Test.json 701 字节
Newer Older
Y
yichengzhao 已提交
1 2 3
{
    "description": "Configuration for hjunit demo Tests",
    "driver": {
J
jiyong_sd 已提交
4
        "type": "OHJSUnitTest",
Y
yichengzhao 已提交
5
        "test-timeout": "1800000",
J
jiyong_sd 已提交
6 7 8
        "shell-timeout": "1800000",
        "bundle-name": "com.example.accessiblesendevent",
        "package-name": "com.example.accessiblesendevent"
Y
yichengzhao 已提交
9 10 11 12 13 14 15 16
    },
    "kits": [
        {
            "test-file-name": [
                "ActsAccessibleSendEventTest.hap"
            ],
            "type": "AppInstallKit",
            "cleanup-apps": true
G
gaoxi 已提交
17 18 19 20 21 22
        },{
            "type": "ShellKit",
            "run-command": [
                "power-shell wakeup",
                "power-shell setmode 602"
            ]
Y
yichengzhao 已提交
23 24
        }
    ]
J
jiyong_sd 已提交
25
}