Test.json 608 字节
Newer Older
C
caochuan 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
{
    "description": "Configuration for hjunit demo Tests",
    "driver": {
        "type": "OHJSUnitTest",
        "test-timeout": "800000",
        "bundle-name": "ohos.acts.multimedia.image.receiverMultiThread",
        "module-name": "entry",
        "shell-timeout": "800000"
    },
    "kits": [
        {
            "test-file-name": [
                "ActsImageReceiverMultiThreadJsTest.hap"
            ],
            "type": "AppInstallKit",
            "cleanup-apps": true
        },
        {
            "type": "ShellKit",
F
fengzewu 已提交
20
            "run-command": []
C
caochuan 已提交
21 22 23
        }
    ]
}