Test.json 460 字节
Newer Older
X
xiongwei 已提交
1 2 3 4 5
{
    "description": "Configuration for hjunit demo Tests",
    "driver": {
        "type": "JSUnitTest",
        "test-timeout": "180000",
X
xiongwei 已提交
6
        "package": "com.example.ActsEffectKitTest",
X
xiongwei 已提交
7 8 9 10
        "shell-timeout": "600000"
    },
    "kits": [{
        "test-file-name": [
J
jiyong_sd 已提交
11
            "ActsEffectKitTest.hap"
X
xiongwei 已提交
12 13 14
        ],
        "type": "AppInstallKit",
        "cleanup-apps": true
J
jiyong_sd 已提交
15 16 17
    },
    {
        "type": "ShellKit",
L
lixiteng 已提交
18
        "run-command": []
X
xiongwei 已提交
19 20
    }]
}