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