Test.json 472 字节
Newer Older
C
chensi10 已提交
1 2 3 4 5
{
    "description": "Configuration for hjunit demo Tests",
    "driver": {
        "type": "JSUnitTest",
        "test-timeout": "21600000",
C
chensi10 已提交
6
        "package": "ohos.acts.appexecfwk.bundlemanager",
C
chensi10 已提交
7 8 9 10 11
        "shell-timeout": "21600000"
    },
    "kits": [
        {
            "test-file-name": [
C
chensi10 已提交
12
                "BundleManagerDemo.hap",
C
chensi10 已提交
13 14 15 16 17 18 19
                "$module.hap"
            ],
            "type": "AppInstallKit",
            "cleanup-apps": true
        }
    ]
}