Test.json 499 字节
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 18 19 20
    },
    {
        "type": "ShellKit",
        "run-command": [
            "hilog -Q pidoff"
        ]
X
xiongwei 已提交
21 22
    }]
}