Test.json 513 字节
Newer Older
Z
zhaoyuan17 已提交
1 2
{
    "description": "Configuration for hjunit demo Tests",
J
jiyong 已提交
3 4 5
    "driver": {
        "type": "JSUnitTest",
        "test-timeout": "120000",
J
jiyong 已提交
6 7
        "bundleName": "com.ohos.launcher",
        "package": "com.example.myapplication11",
J
jiyong 已提交
8 9 10 11 12 13 14 15 16 17 18 19 20
        "shell-timeout": "60000"
    },
    "kits": [
        {
            "test-file-name": [
                "ClearMissionsCallBack.hap",
                "verifyIAbility.hap"
            ],
            "type": "AppInstallKit",
            "cleanup-apps": true
        }
    ]
}