Test.json 540 字节
Newer Older
Z
zhaoyuan17 已提交
1 2
{
    "description": "Configuration for hjunit demo Tests",
J
jiyong 已提交
3 4 5
    "driver": {
        "type": "JSUnitTest",
        "test-timeout": "120000",
6
        "package": "com.example.myapplication11",
J
jiyong 已提交
7
        "abilityName": "com.ohos.launcherSed11.MainAbility",
C
chengxingzhen 已提交
8
        "shell-timeout": "600000"
J
jiyong 已提交
9 10 11 12
    },
    "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
        }
    ]
}