Test.json 813 字节
Newer Older
C
chengxingzhen 已提交
1 2 3
{
    "description": "Configuration for hjunit demo Tests",
    "driver": {
C
chengxingzhen 已提交
4 5 6 7
        "type": "OHJSUnitTest",
        "test-timeout": "600000",
        "bundle-name": "com.example.faapicoverhaptest",
        "package-name": "com.example.faapicoverhaptest",
8 9
        "shell-timeout": "600000",
        "testcase-timeout": 70000
C
chengxingzhen 已提交
10 11 12 13
    },
    "kits": [
        {
            "test-file-name": [
C
chengxingzhen 已提交
14
                "ActsFaApiCoverTest.hap",
C
chengxingzhen 已提交
15 16 17 18
                "FaAuxiliary.hap"
            ],
            "type": "AppInstallKit",
            "cleanup-apps": true
19 20 21 22 23 24 25 26
        },
        {
            "type": "ShellKit",
            "run-command": [
                "power-shell wakeup",
                "power-shell setmode 602",
                "uinput -T -d 300 600 -m 300 600 300 100 -u 300 100"
            ]
C
chengxingzhen 已提交
27 28 29
        }
    ] 
}