Test.json 417 字节
Newer Older
M
mamingshuai 已提交
1 2 3 4
{
    "description": "Configuration for hjunit demo Tests",
    "driver": {
        "type": "JSUnitTest",
L
liziqiang 已提交
5
        "test-timeout": "800000",
M
mamingshuai 已提交
6
        "package": "com.test.window",
S
shuxiong 已提交
7
        "shell-timeout": "60000"
M
mamingshuai 已提交
8 9 10 11
    },
    "kits": [
        {
            "test-file-name": [
J
jiyong 已提交
12
                "ActsWindowHapTest.hap"
M
mamingshuai 已提交
13 14 15 16 17 18
            ],
            "type": "AppInstallKit",
            "cleanup-apps": true
        }
    ]
}