Test.json 529 字节
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
        "package": "com.ohos.launcher",
        "abilityName": "com.ohos.launcherSed11.MainAbility",
J
jiyong 已提交
8 9 10 11 12
        "shell-timeout": "60000"
    },
    "kits": [
        {
            "test-file-name": [
J
jiyong 已提交
13
                "ActsClearMissionsCallBackTest.hap",
J
jiyong 已提交
14 15 16 17 18 19 20
                "verifyIAbility.hap"
            ],
            "type": "AppInstallKit",
            "cleanup-apps": true
        }
    ]
}