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