Test.json 706 字节
Newer Older
J
jiyong_sd 已提交
1 2 3 4 5 6 7
{
    "description": "Configuration for hjunit demo Tests",
    "driver": {
        "type": "OHJSUnitTest",
        "test-timeout": "800000",
        "shell-timeout": "800000",
        "bundle-name": "com.test.window",
H
hk_js 已提交
8 9
        "package-name": "com.test.window",
        "testcase-timeout": "300000"
J
jiyong_sd 已提交
10 11 12 13 14 15 16 17
    },
    "kits": [
        {
            "test-file-name": [
                "ActsWindowHapTest.hap"
            ],
            "type": "AppInstallKit",
            "cleanup-apps": true
H
hk_js 已提交
18 19 20 21 22 23 24
        },
        {
            "type": "ShellKit",
            "run-command": [
                "power-shell wakeup",
                "power-shell setmode 602"
            ]
J
jiyong_sd 已提交
25 26 27
        }
    ]
}